diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-12 12:53:20 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-12 12:53:20 +0100 |
| commit | be416fbfb308d21509df13927763b0b62957e45f (patch) | |
| tree | b9097a844d60fa9b3c7c4b61c550319a2f33e869 | |
| parent | 4ace25797397d28a877a30555366de38da1da33b (diff) | |
Add Kempty and use it instead of Kdefconfig_none.
| -rw-r--r-- | tests/Kdefconfig_none | 1 | ||||
| -rw-r--r-- | tests/Kempty | 0 | ||||
| -rw-r--r-- | testsuite.py | 2 |
3 files changed, 1 insertions, 2 deletions
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 --- /dev/null +++ b/tests/Kempty 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") |
