mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-12 07:07:39 +00:00
Imported make-3.81beta3 into srivasta@debian.org--etch/make--upstream--3.81 git-archimport-id: srivasta@debian.org--etch/make--upstream--3.81--patch-1
9 lines
249 B
Perl
9 lines
249 B
Perl
# -*-perl-*-
|
|
|
|
$description = "Make sure make exits with an error if stdout is full.";
|
|
|
|
if (-e '/dev/full') {
|
|
run_make_test('', '-v > /dev/full', '#MAKE#: write error', 256);
|
|
}
|
|
|
|
1;
|