1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-17 02:51:01 +02:00

33599: workaround zpty issue that causes vi test

cases to fail on MacOS and FreeBSD
This commit is contained in:
Jun T 2014-11-09 22:06:06 +01:00 committed by Oliver Kiddle
parent d6252ce011
commit c9804bebd8
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2014-11-09 Oliver Kiddle <opk@zsh.org> 2014-11-09 Oliver Kiddle <opk@zsh.org>
* 33599: Jun T.: Test/comptest: workaround zpty issue that
causes vi test cases to fail on MacOS and FreeBSD
* 33640: clutton: Completion/BSD/Command/_kld: look in * 33640: clutton: Completion/BSD/Command/_kld: look in
/boot/modules instead of /modules for third-party modules /boot/modules instead of /modules for third-party modules

View file

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