Files
bash/tests/cracauer-testsuite/test12.sh
T

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)