diff options
Diffstat (limited to 'Test/comptest')
-rw-r--r-- | Test/comptest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/comptest b/Test/comptest index 48b6cdfea..4655f3b2b 100644 --- a/Test/comptest +++ b/Test/comptest @@ -102,6 +102,14 @@ zpty_flush() { fi } +zpty_run() { + zpty -w zsh "$*" + zpty -r -m zsh log "*<PROMPT>*" || { + print "prompt hasn't appeared." + return 1 + } +} + comptesteval () { local tmp=/tmp/comptest.$$ |