about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-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