summaryrefslogtreecommitdiff
path: root/tests/Keval
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-12 04:18:50 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-12 04:22:44 +0100
commit9914968a94481f84ad0d9cfcb1f5e85334626042 (patch)
treeea53ae404b0ef4e9a7a9c34981811f4ba720dbdc /tests/Keval
parent72a904f42156729efc0be5b1bba348e41097199a (diff)
Always count non-bool/tristate symbols as 'n' in tristate context.
Previously a string symbol that happened to have the value "y" would count as "y" in tristate context, which is incorrect.
Diffstat (limited to 'tests/Keval')
-rw-r--r--tests/Keval4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Keval b/tests/Keval
index 3541649..b7fe394 100644
--- a/tests/Keval
+++ b/tests/Keval
@@ -10,3 +10,7 @@ config M
menuconfig Y
def_tristate y
+
+config Y_STRING
+ string
+ default "y"