mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
13 lines
295 B
Tcsh
13 lines
295 B
Tcsh
#!./testcsh -f
|
|
|
|
echo 'Test 1: See whether child can work on SIGINT and SIGQUIT without'
|
|
echo ' terminating the shell around it. See if the shell is'
|
|
echo ' interruptable afterwards'
|
|
|
|
source lib.csh
|
|
|
|
docatcher
|
|
echo "No try to exit shell loop with C-c, C-\ or SIGTERM"
|
|
while (1)
|
|
end
|