diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-19 08:46:54 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-19 08:46:54 +0000 |
commit | 16d7e31ae81bdd87dd90ce91d9072006e43f6596 (patch) | |
tree | 163fa15d6076a55c9cb0991656bf3b4d512f6de8 /Test | |
parent | f718ed6b52199e6a650fb8b01fec392e86dcf412 (diff) | |
download | zsh-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')
-rw-r--r-- | Test/comptest | 2 |
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." |