summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-12 12:53:20 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-12 12:53:20 +0100
commitbe416fbfb308d21509df13927763b0b62957e45f (patch)
treeb9097a844d60fa9b3c7c4b61c550319a2f33e869 /testsuite.py
parent4ace25797397d28a877a30555366de38da1da33b (diff)
Add Kempty and use it instead of Kdefconfig_none.
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py2
1 files changed, 1 insertions, 1 deletions
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")