Files
bash/tests/cracauer-testsuite/test12.sh
T
2011-12-03 12:52:47 -05:00

6 lines
142 B
Bash

#!./testshell
echo 'Test 12 (Variant of test10):'
echo 'You should be able to end the script with one SIGINT'
(while :; do ./catcher ; done)