about summary refs log tree commit diff
path: root/Test/comptest
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-05-08 10:26:58 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-05-08 10:26:58 +0000
commit8ff0785863b5875fc10321b7da02a2ad3e7b76eb (patch)
tree32ee604e732ec0873aae868114774ea3a9d2588e /Test/comptest
parentff82191c260160637ba67f0b4ecd4dd46778f53c (diff)
downloadzsh-8ff0785863b5875fc10321b7da02a2ad3e7b76eb.tar.gz
zsh-8ff0785863b5875fc10321b7da02a2ad3e7b76eb.tar.xz
zsh-8ff0785863b5875fc10321b7da02a2ad3e7b76eb.zip
Fixes from Andrej for zpty on cygwin
Diffstat (limited to 'Test/comptest')
-rw-r--r--Test/comptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/comptest b/Test/comptest
index 99867c5e3..c2cd74074 100644
--- a/Test/comptest
+++ b/Test/comptest
@@ -18,7 +18,7 @@ comptestinit () {
   (( OPTIND > 1 )) && shift $(( OPTIND - 1 ))
 
   export PS1="<PROMPT>"
-  zpty -b zsh "$comptest_zsh -f +Z"
+  zpty zsh "$comptest_zsh -f +Z"
 
   zpty -r zsh log1 "*<PROMPT>*" || { 
     print "first prompt hasn't appeared."