From: Denys Vlasenko Date: Fri, 9 Oct 2009 21:08:28 +0000 (+0200) Subject: ash: make one testsuite entry more robust X-Git-Tag: 1_16_0~404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3dc4a3e4dce20988aa7691b4409d95ad9c32c923;p=platform%2Fupstream%2Fbusybox.git ash: make one testsuite entry more robust Signed-off-by: Denys Vlasenko --- diff --git a/shell/ash_test/ash-signals/signal1.tests b/shell/ash_test/ash-signals/signal1.tests index 098d21f..3c42473 100755 --- a/shell/ash_test/ash-signals/signal1.tests +++ b/shell/ash_test/ash-signals/signal1.tests @@ -6,8 +6,13 @@ for try in 1 2 3 4 5; do echo "sent $try signal" done & +# Ensure "wait" have something to wait for sleep 2 & +# Ensure we do not execute "trap" below before "kill -USR1" above +# (was getting failure on loaded machine without this) +sleep 0.1 + sleeping=true while $sleeping; do trap