aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/redir1.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-misc/redir1.tests')
-rwxr-xr-xshell/hush_test/hush-misc/redir1.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-misc/redir1.tests b/shell/hush_test/hush-misc/redir1.tests
index 70e9e17f0..ef2fbfb77 100755
--- a/shell/hush_test/hush-misc/redir1.tests
+++ b/shell/hush_test/hush-misc/redir1.tests
@@ -27,7 +27,7 @@ var=ok
{ var=bad >shell_test_$$; } &
# cant use usleep as it isnt standard in $PATH --
# we fail when testing busybox compiled solely as "hush"
-sleep 1
+wait
echo "Test 4: var:$var"
test -f shell_test_$$ && echo "File created:ok"