summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-11 20:16:01 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-11 20:16:01 +0100
commit45ba8b6753bdb92a6db1217684d10625e5cf0b3c (patch)
treeca5ebffae78a61b73c700203c6817bc0fef602a6 /tests
parent7990fa7464bc1f68e84318e9e54fa76498808ec8 (diff)
possibility for extra info in ask_option cause we couldnt cram everything in the title
Diffstat (limited to 'tests')
-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