summaryrefslogtreecommitdiff
path: root/tests/scripts/misc/close_stdout
blob: b16ea8da548ae4531a448c23068d140db4bffbc8 (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('', '-v > /dev/full', '/^#MAKE#: write error/', 256);

1;