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