summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/empty (renamed from tests/Kempty)0
-rw-r--r--testsuite.py4
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Kempty b/tests/empty
index e69de29..e69de29 100644
--- a/tests/Kempty
+++ b/tests/empty
diff --git a/testsuite.py b/testsuite.py
index 4aa1425..7b8a82c 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -842,7 +842,7 @@ def run_selftests():
print "Testing get_defconfig_filename()..."
- c = kconfiglib.Config("Kconfiglib/tests/Kempty")
+ c = kconfiglib.Config("Kconfiglib/tests/empty")
verify(c.get_defconfig_filename() is None,
"get_defconfig_filename() should be None with no defconfig_list "
"symbol")
@@ -871,7 +871,7 @@ def run_selftests():
print "Testing get_mainmenu_text()..."
- c = kconfiglib.Config("Kconfiglib/tests/Kempty")
+ c = kconfiglib.Config("Kconfiglib/tests/empty")
verify(c.get_mainmenu_text() is None,
"An empty Kconfig should not have a mainmenu text")