Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/shell/ash_test/ash-signals/signal1.tests

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 6  for try in 1 2 3 4 5; do Line 6  for try in 1 2 3 4 5; do
6      echo "sent $try signal"      echo "sent $try signal"
7  done &  done &
8    
9    # Ensure "wait" has something to wait for
10  sleep 2 &  sleep 2 &
11    
12    # Ensure we do not execute "trap" below before "kill -USR1" above
13    # (was getting failure on loaded machine without this)
14    sleep 0.1
15    
16  sleeping=true  sleeping=true
17  while $sleeping; do  while $sleeping; do
18      trap      trap

Legend:
Removed from v.983  
changed lines
  Added in v.984