about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2020-07-07 09:36:11 -0700
committerBart Schaefer <schaefer@ipost.com>2020-07-07 09:36:11 -0700
commit126a3158d5ba9b10bef23f7bdacdf910980dfbaa (patch)
treecf497be4f0cddfee6e985ae4d38819bb38a9c347 /Test
parent89618fe37d0c6568b1b42e237057278e686005d6 (diff)
downloadzsh-126a3158d5ba9b10bef23f7bdacdf910980dfbaa.tar.gz
zsh-126a3158d5ba9b10bef23f7bdacdf910980dfbaa.tar.xz
zsh-126a3158d5ba9b10bef23f7bdacdf910980dfbaa.zip
46189: Ignore exit status of final zpty_flush in comptesteval
Diffstat (limited to 'Test')
-rw-r--r--Test/comptest1
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
    }