1# sigrtmax6-y.tst: yash-specific test of SIGRTMAX handling (6)
2
3posix="true"
4if "$use_valgrind"; then
5    skip="true"
6fi
7
8. ../signal.sh
9
10signal_action_test_combo "$LINENO" -i +m ignored RTMAX
11
12# vim: set ft=sh ts=8 sts=4 sw=4 noet:
13