summaryrefslogtreecommitdiff
path: root/tests/scripts/misc/close_stdout
blob: c8c839e7f2d0d7ca6cd8134a574e2a76438ad521 (plain)
1
2
3
4
5
6
7
8
9
#                                                                    -*-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;