diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-02 20:01:24 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-02 20:03:29 +0100 |
| commit | 72e7786599386ab2492ef06f1c2b72447addba45 (patch) | |
| tree | 57d1e880cd102a63ba8b0fd82201e517479ee278 /tests/Krelation | |
| parent | e388f85764dcc6ab87b256e4088b4be918e02c1f (diff) | |
Clean up relation test
Think those variables got used in other places before...
Fetch the choices by name.
Also dedotdotdot all messages for consistency.
Diffstat (limited to 'tests/Krelation')
| -rw-r--r-- | tests/Krelation | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Krelation b/tests/Krelation index 420152f..940eff8 100644 --- a/tests/Krelation +++ b/tests/Krelation @@ -2,7 +2,7 @@ config A bool depends on UNDEFINED -choice +choice CHOICE_1 bool "C" config B bool "B" @@ -18,7 +18,7 @@ config E menu "m2" config F bool -choice +choice CHOICE_2 tristate "foo" config G bool "g" |
