repo.or.cz
/
make.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Various minor updates and code cleanups.
[make.git]
/
tests
/
scripts
/
misc
/
close_stdout
blob
688942e4d2d198f7f08bdaa61798fafc8ee58196
1
# -*-perl-*-
2
3
$description = "Make sure make exits with an error if stdout is full.";
4
5
if (-e '/dev/full') {
6
run_make_test('', '-v > /dev/full', '#MAKE#: write error', 256);
7
}
8
9
1;