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