diff options
Diffstat (limited to 'shell/hush_test/hush-misc/redir1.tests')
-rwxr-xr-x | shell/hush_test/hush-misc/redir1.tests | 2 |
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 | |||
27 | { var=bad >shell_test_$$; } & | 27 | { var=bad >shell_test_$$; } & |
28 | # cant use usleep as it isnt standard in $PATH -- | 28 | # cant use usleep as it isnt standard in $PATH -- |
29 | # we fail when testing busybox compiled solely as "hush" | 29 | # we fail when testing busybox compiled solely as "hush" |
30 | sleep 1 | 30 | wait |
31 | echo "Test 4: var:$var" | 31 | echo "Test 4: var:$var" |
32 | test -f shell_test_$$ && echo "File created:ok" | 32 | test -f shell_test_$$ && echo "File created:ok" |
33 | 33 | ||