1# sigrtmax8-y.tst: yash-specific test of SIGRTMAX handling (8)
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 ignored RTMAX
12
13# vim: set ft=sh ts=8 sts=4 sw=4 noet:
14