Various minor updates and code cleanups.
[make.git] / tests / scripts / misc / close_stdout
blob688942e4d2d198f7f08bdaa61798fafc8ee58196
1 #                                                                    -*-perl-*-
3 $description = "Make sure make exits with an error if stdout is full.";
5 if (-e '/dev/full') {
6   run_make_test('', '-v > /dev/full', '#MAKE#: write error', 256);
9 1;