12 lines
386 B
Diff
12 lines
386 B
Diff
--- zsh-4.3.11-dev-2/Test/A01grammar.ztst 2011-02-21 12:30:57.000000000 +0100
|
|
+++ zsh-4.3.11-dev-2/Test/A01grammar.ztst 2011-04-21 19:37:26.358699521 +0200
|
|
@@ -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
|