From be416fbfb308d21509df13927763b0b62957e45f Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 12 Dec 2012 12:53:20 +0100 Subject: Add Kempty and use it instead of Kdefconfig_none. --- testsuite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index ce741e2..ceb6123 100644 --- a/testsuite.py +++ b/testsuite.py @@ -504,7 +504,7 @@ def run_selftests(): print "Testing get_defconfig_filename()..." - c = kconfiglib.Config("Kconfiglib/tests/Kdefconfig_none") + c = kconfiglib.Config("Kconfiglib/tests/Kempty") verify(c.get_defconfig_filename() is None, "get_defconfig_filename() should be None with no defconfig_list " "symbol") -- cgit v1.2.3