summaryrefslogtreecommitdiffstats
path: root/make/make-3.81/tests/scripts/misc/close_stdout
diff options
context:
space:
mode:
Diffstat (limited to 'make/make-3.81/tests/scripts/misc/close_stdout')
-rw-r--r--make/make-3.81/tests/scripts/misc/close_stdout9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/make-3.81/tests/scripts/misc/close_stdout b/make/make-3.81/tests/scripts/misc/close_stdout
deleted file mode 100644
index 688942e..0000000
--- a/make/make-3.81/tests/scripts/misc/close_stdout
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*-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;