about summary refs log tree commit diff
path: root/Test/comptest
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-19 08:46:54 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-19 08:46:54 +0000
commit16d7e31ae81bdd87dd90ce91d9072006e43f6596 (patch)
tree163fa15d6076a55c9cb0991656bf3b4d512f6de8 /Test/comptest
parentf718ed6b52199e6a650fb8b01fec392e86dcf412 (diff)
downloadzsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.tar.gz
zsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.tar.xz
zsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.zip
make non-blocking IO on ptys work again; add -t option to test if command is still alive (13035)
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 cb0e06f57..0f57e7d70 100644
--- a/Test/comptest
+++ b/Test/comptest
@@ -16,7 +16,7 @@ comptestinit () {
   (( OPTIND > 1 )) && shift $(( OPTIND - 1 ))
 
   export PS1="<PROMPT>"
-  zpty zsh "$comptest_zsh" -f
+  zpty -b zsh "$comptest_zsh" -f
 
   zpty -r zsh log1 "*<PROMPT>*" || { 
     print "first prompt hasn't appeared."