diff options
author | Bart Schaefer <schaefer@ipost.com> | 2020-07-07 09:36:11 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@ipost.com> | 2020-07-07 09:36:11 -0700 |
commit | 126a3158d5ba9b10bef23f7bdacdf910980dfbaa (patch) | |
tree | cf497be4f0cddfee6e985ae4d38819bb38a9c347 /Test/comptest | |
parent | 89618fe37d0c6568b1b42e237057278e686005d6 (diff) | |
download | zsh-126a3158d5ba9b10bef23f7bdacdf910980dfbaa.tar.gz zsh-126a3158d5ba9b10bef23f7bdacdf910980dfbaa.tar.xz zsh-126a3158d5ba9b10bef23f7bdacdf910980dfbaa.zip |
46189: Ignore exit status of final zpty_flush in comptesteval
Diffstat (limited to 'Test/comptest')
-rw-r--r-- | Test/comptest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/comptest b/Test/comptest index b14d4c959..a36e301e0 100644 --- a/Test/comptest +++ b/Test/comptest @@ -128,6 +128,7 @@ comptesteval () { return 1 } zpty_flush After comptesteval + : Suppress error from zpty_flush } always { rm $tmp } |