From e349201f9a9521cd4e7db2bd3f6d5016ec33001b Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 22 Apr 2011 06:00:27 +0000 Subject: 29025: Test/A01grammar.ztst: in select test, assert LINES=3 to print list --- Test/A01grammar.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst index decab32b8..f04dddaa8 100644 --- a/Test/A01grammar.ztst +++ b/Test/A01grammar.ztst @@ -266,7 +266,7 @@ ## Select now reads from stdin if the shell is not interactive. ## Its own output goes to stderr. - (COLUMNS=80 + (COLUMNS=80 LINES=3 PS3="input> " select name in one two three; do print $name -- cgit 1.4.1