diff options
Diffstat (limited to 'debian/patches/further-mitigate-test-suite-hangs.patch')
-rw-r--r-- | debian/patches/further-mitigate-test-suite-hangs.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/debian/patches/further-mitigate-test-suite-hangs.patch b/debian/patches/further-mitigate-test-suite-hangs.patch index 8e37ed9c9..e498362a9 100644 --- a/debian/patches/further-mitigate-test-suite-hangs.patch +++ b/debian/patches/further-mitigate-test-suite-hangs.patch @@ -3,11 +3,9 @@ Author: Bart Schaefer <schaefer@brasslantern.com> Bug-Debian: https://bugs.debian.org/759870 Description: Add a sleep call which should prevent a race condition in coproc -Index: zsh/Test/A05execution.ztst -=================================================================== ---- zsh.orig/Test/A05execution.ztst 2015-08-30 22:03:54.257198175 +0200 -+++ zsh/Test/A05execution.ztst 2015-08-30 22:03:54.257198175 +0200 -@@ -208,6 +208,7 @@ +--- a/Test/A05execution.ztst ++++ b/Test/A05execution.ztst +@@ -230,6 +230,7 @@ print -u $ZTST_fd 'This test takes 5 seconds to fail...' { printf "%d\n" {1..20000} } 2>/dev/null | ( read -e ) hang(){ printf "%d\n" {2..20000} | cat }; hang 2>/dev/null | ( read -e ) |