1# sigwinch1-y.tst: yash-specific test of SIGWINCH handling (1)
2
3posix="true"
4
5. ../signal.sh
6
7signal_action_test_combo "$LINENO" +i +m default WINCH
8
9# vim: set ft=sh ts=8 sts=4 sw=4 noet:
10