32137: set pseudo-terminal speed to prevent padding characters

This commit is contained in:
J. Takimoto 2013-12-16 22:18:01 -08:00 committed by Barton E. Schaefer
parent feae6af6d2
commit b9da4efea7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-12-16 Barton E. Schaefer <schaefer@zsh.org>
* Jun Takimoto: 32137: Test/comptest: set pseudo-terminal speed to
prevent padding characters which confuse output parsing.
2013-12-16 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 32136: Src/pattern.c, Src/zsh.h, Test/D02glob.ztst:

View file

@ -34,8 +34,8 @@ comptestinit () {
"fpath=( $fpath )" \
"bindkey -$comptest_keymap" \
'LISTMAX=10000000
stty 38400 columns 80 rows 24
TERM=vt100
stty columns 80 rows 24
setopt zle
autoload -U compinit
compinit -u