about summary refs log tree commit diff
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
parent89618fe37d0c6568b1b42e237057278e686005d6 (diff)
downloadzsh-126a3158d5ba9b10bef23f7bdacdf910980dfbaa.tar.gz
zsh-126a3158d5ba9b10bef23f7bdacdf910980dfbaa.tar.xz
zsh-126a3158d5ba9b10bef23f7bdacdf910980dfbaa.zip
46189: Ignore exit status of final zpty_flush in comptesteval
-rw-r--r--ChangeLog4
-rw-r--r--Test/comptest1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae583fd05..980dc81f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-07-07  Bart Schaefer  <schaefer@brasslantern.com>
+
+	* 46189: Test/comptest: Ignore exit status of final zpty_flush
+
 2020-07-07  Nuri Jung  <jnooree@gmail.com>
 
 	* github #58: Doc/Zsh/mod_regex.yo: docs: Note that the zsh/regex
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
    }