Sign in
gnu
/
make
/
7d484017077089a
/
.
/
tests
/
scripts
/
misc
/
close_stdout
blob: c8c839e7f2d0d7ca6cd8134a574e2a76438ad521 [
file
] [
log
] [
blame
]
# -*-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
;