cosmopolitan/third_party/make/tests/scripts/misc/close_stdout

10 lines
256 B
Text
Raw Normal View History

2021-10-26 23:19:30 +05:30
# -*-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;