1# sigterm3-p.tst: test of SIGTERM handling for any POSIX-compliant shell (3)
2../checkfg || skip="true" # %REQUIRETTY%
3
4posix="true"
5
6. ../signal.sh
7
8signal_action_test_combo "$LINENO" +i -m default TERM
9
10# vim: set ft=sh ts=8 sts=4 sw=4 noet:
11