(root)/
make-4.4/
tests/
scripts/
misc/
close_stdout
#                                                                    -*-perl-*-

$description = "Make sure make exits with an error if stdout is full.";

-e '/dev/full' or return -1;

run_make_test("\n", '-v > /dev/full', '/^#MAKE#: write error/', 256);

1;