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

14 lines
182 B
Tcsh

#!./testcsh -f
echo 'Test 2: You should not be able to end cat using anything besides SIGKILL'
source lib.csh
onintr -
while (1)
echo cat
cat
echo Exited with $?
end