summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py4
1 files changed, 2 insertions, 2 deletions
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")