summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py
index e225cbb..3407e0a 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -1333,6 +1333,10 @@ def run_selftests():
verify_value("BOOL", "n")
verify_value("STRING", "foo bar")
+ # Loading a completely empty .config should also reset values
+ c.load_config("Kconfiglib/tests/empty")
+ verify_value("STRING", "")
+
#
# get_config()
#