source:
kBuild/vendor/gnumake/3.82-cvs/tests/scripts/misc/close_stdout@
2581
| Last change on this file since 2581 was 2581, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 252 bytes | |
| Line | |
|---|---|
| 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; |
Note:
See TracBrowser
for help on using the repository browser.

