about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
    }