summaryrefslogtreecommitdiff
path: root/tests/test-menus.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-menus.sh')
-rw-r--r--tests/test-menus.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-menus.sh b/tests/test-menus.sh
index 58b2ba5..9288ff6 100644
--- a/tests/test-menus.sh
+++ b/tests/test-menus.sh
@@ -4,9 +4,9 @@ ANSWER="/tmp/.dialog-answer"
var_UI_TYPE=dia
-ask_option no 'menu title is this yes yes' tagA itemA "tag B" 'item B' tag-c item\ C
+ask_option no 'menu title is this yes yes' 'extra explanation is here mkay' tagA itemA "tag B" 'item B' tag-c item\ C
echo "return code was $?"
var_UI_TYPE=cli
-ask_option tag-c 'menu title is this yes yes' tagA itemA "tag B" 'item B' tag-c item\ C
+ask_option tag-c 'menu title is this yes yes' 'extra explanation is here mkay' tagA itemA "tag B" 'item B' tag-c item\ C
echo "return code was $?" \ No newline at end of file