diff options
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 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." |