about summary refs log tree commit diff
path: root/Test/A01grammar.ztst
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2011-04-22 06:00:27 +0000
committerBart Schaefer <barts@users.sourceforge.net>2011-04-22 06:00:27 +0000
commite349201f9a9521cd4e7db2bd3f6d5016ec33001b (patch)
tree21d63308b81cc89088f98c27cf151945bffd462a /Test/A01grammar.ztst
parentc316ec1958809a4c971454a8350aa5f71328b12b (diff)
downloadzsh-e349201f9a9521cd4e7db2bd3f6d5016ec33001b.tar.gz
zsh-e349201f9a9521cd4e7db2bd3f6d5016ec33001b.tar.xz
zsh-e349201f9a9521cd4e7db2bd3f6d5016ec33001b.zip
29025: Test/A01grammar.ztst: in select test, assert LINES=3 to print list
Diffstat (limited to 'Test/A01grammar.ztst')
-rw-r--r--Test/A01grammar.ztst2
1 files changed, 1 insertions, 1 deletions
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