source: MondoRescue/branches/3.3/mindi-busybox/shell/hush_test/hush-trap/signal_read1.tests@ 3709

Last change on this file since 3709 was 3621, checked in by Bruno Cornec, 8 years ago

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

  • Property svn:executable set to *
File size: 95 bytes
Line 
1(sleep 1; kill -HUP $$) &
2trap 'echo "Got HUP:$?"; exit' HUP
3while true; do
4 read ignored
5done
Note: See TracBrowser for help on using the repository browser.