summary refs log tree commit diff
path: root/Test/E01options.ztst
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-05-02 20:31:47 -0700
committerBart Schaefer <schaefer@zsh.org>2022-05-02 20:31:47 -0700
commit23dab58b8e075db898376d2365e0481f99ab612e (patch)
treea17232e7a65ff17d985cc0402b10f478144f5307 /Test/E01options.ztst
parent1fd328e84cead75dac5fac05b303c6186937395e (diff)
downloadzsh-23dab58b8e075db898376d2365e0481f99ab612e.tar.gz
zsh-23dab58b8e075db898376d2365e0481f99ab612e.tar.xz
zsh-23dab58b8e075db898376d2365e0481f99ab612e.zip
Fix problems with tests for 50126 and 50150.
Diffstat (limited to 'Test/E01options.ztst')
-rw-r--r--Test/E01options.ztst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/E01options.ztst b/Test/E01options.ztst
index b57b23557..2acbfd357 100644
--- a/Test/E01options.ztst
+++ b/Test/E01options.ztst
@@ -754,6 +754,7 @@
 
 # Subshell to shield nullexec redirections
   ( exec 3>&1 3>&2; print -u 3 some words )
+  sleep 1	# let background multi thread catch up
 0:regression test: multios with nullexec
 >some words
 ?some words