Busybox 1.20.2 update
[tomato.git] / release / src / router / busybox / shell / hush_test / hush-trap / signal_read1.tests
blob1105479a3eba0f3fc0edc0063219512e68c1360a
1 (sleep 1; kill -HUP $$) &
2 trap 'echo "Got HUP:$?"; exit' HUP
3 while true; do
4         read ignored
5 done