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. --- tests/Kdefconfig_none | 1 - tests/Kempty | 0 testsuite.py | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 tests/Kdefconfig_none create mode 100644 tests/Kempty diff --git a/tests/Kdefconfig_none b/tests/Kdefconfig_none deleted file mode 100644 index 7259b21..0000000 --- a/tests/Kdefconfig_none +++ /dev/null @@ -1 +0,0 @@ -# No symbol with "option defconfig_list" defined here diff --git a/tests/Kempty b/tests/Kempty new file mode 100644 index 0000000..e69de29 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