summaryrefslogtreecommitdiff
path: root/Test/A05execution.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/A05execution.ztst')
-rw-r--r--Test/A05execution.ztst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst
index a12ba467e..a504ac41a 100644
--- a/Test/A05execution.ztst
+++ b/Test/A05execution.ztst
@@ -208,7 +208,6 @@ F:This similar test was triggering a reproducible failure with pipestatus.
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 )
- sleep 1 ;: avoid coproc exit race condition
print -p done
read -et 6 -p
0:Bug regression: piping a shell construct to an external process may hang