46189: Ignore exit status of final zpty_flush in comptesteval

This commit is contained in:
Bart Schaefer 2020-07-07 09:36:11 -07:00
parent 89618fe37d
commit 126a3158d5
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -128,6 +128,7 @@ comptesteval () {
return 1
}
zpty_flush After comptesteval
: Suppress error from zpty_flush
} always {
rm $tmp
}