From c9804bebd897fe822053f8631aed1de970120f9d Mon Sep 17 00:00:00 2001 From: Jun T Date: Sun, 9 Nov 2014 22:06:06 +0100 Subject: 33599: workaround zpty issue that causes vi test cases to fail on MacOS and FreeBSD --- ChangeLog | 3 +++ Test/comptest | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cfe980902..495a6f9c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-11-09 Oliver Kiddle + * 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 /boot/modules instead of /modules for third-party modules diff --git a/Test/comptest b/Test/comptest index 4655f3b2b..b6256cc09 100644 --- a/Test/comptest +++ b/Test/comptest @@ -34,7 +34,7 @@ comptestinit () { "fpath=( $fpath )" \ "bindkey -$comptest_keymap" \ 'LISTMAX=10000000 -stty 38400 columns 80 rows 24 +stty 38400 columns 80 rows 24 werase undef TERM=vt100 setopt zle autoload -U compinit -- cgit 1.4.1