1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

29025: Test/A01grammar.ztst: in select test, assert LINES=3 to print list

This commit is contained in:
Bart Schaefer 2011-04-22 06:00:27 +00:00
parent c316ec1958
commit e349201f9a
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2011-04-21 Barton E. Schaefer <schaefer@zsh.org>
* 29025: Test/A01grammar.ztst: in select test, assert LINES=3
along with COLUMNS=80 so that the selectlist is sure to be
printed where the control script can capture/examine it.
2011-04-21 Frank Terbeck <ft@bewatermyfriend.org>
* Valentin Haenel: 29019, Completion/Unix/Command/_git: Fix git
@ -43,6 +49,7 @@
* 28998: Completion/Unix/Command/_make: set return status
correctly.
>>>>>>> 1.5257
2011-04-14 Peter Stephenson <pws@csr.com>
* 28997: configure.ac, Src/system.h: make --enable-libc-musl
@ -14496,5 +14503,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5257 $
* $Revision: 1.5258 $
*****************************************************

View file

@ -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