From 72e7786599386ab2492ef06f1c2b72447addba45 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 2 Nov 2017 20:01:24 +0100 Subject: Clean up relation test Think those variables got used in other places before... Fetch the choices by name. Also dedotdotdot all messages for consistency. --- tests/Krelation | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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" -- cgit v1.2.3