Imported from ../bash-1.14.7.tar.gz.
This commit is contained in:
commit
726f63884d
402 changed files with 150297 additions and 0 deletions
13
tests/misc/sigint.t4.sh
Executable file
13
tests/misc/sigint.t4.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
trap 'echo sigint' 2
|
||||
|
||||
sleep 5 &
|
||||
sleep 5 &
|
||||
sleep 5 &
|
||||
|
||||
echo wait 1
|
||||
wait
|
||||
|
||||
echo wait 2
|
||||
wait
|
||||
|
||||
exit
|
||||
Loading…
Add table
Add a link
Reference in a new issue