Add the beginning of the .ONESHELL special feature.
[make.git] / tests / scripts / misc / close_stdout
blob18606c3aa77f650b07a4db01980ce249367a8cf2
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;