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