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