1# sigtstp3-p.tst: test of SIGTSTP handling for any POSIX-compliant shell (3)
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 TSTP
12
13# vim: set ft=sh ts=8 sts=4 sw=4 noet:
14