xref: /netbsd-src/external/gpl2/gmake/dist/tests/scripts/misc/close_stdout (revision 69606e3f5c9388e52aed8c120ad63c049ca45d8f)
1#                                                                    -*-perl-*-
2
3$description = "Make sure make exits with an error if stdout is full.";
4
5if (-e '/dev/full') {
6  run_make_test('', '-v > /dev/full', '#MAKE#: write error', 256);
7}
8
91;
10