mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-04 16:06:23 +00:00
9 lines
256 B
Perl
9 lines
256 B
Perl
# -*-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;
|