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

19 lines
258 B
Bash

#!./testshell
echo 'Test 4: Three shells all loop. You should be able to terminate this'
echo ' script with just one SIGINT or SIGQUIT'
if [ $ZSH_VERSION ] ; then
source lib.sh
else
. lib.sh
fi
(
(
endless
)
endless
)
endless