Home | History | Annotate | Download | only in tests

Lines Matching refs:SIG

339     logmsg "runtests.pl received SIG$signame, exiting\n";
341 die "Somebody sent me a SIG$signame";
343 $SIG{INT} = \&catch_zap;
344 $SIG{TERM} = \&catch_zap;