about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Test/comptest2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cfe980902..495a6f9c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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
 	/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