summaryrefslogtreecommitdiff
path: root/t/io
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-08-01 22:09:41 +0100
committerJesse Vincent <jesse@bestpractical.com>2009-08-03 12:14:52 +0100
commite94c1c0554cd0332543ba58d3b8fb932ccf66145 (patch)
tree53dd72d47bc0ac1e068609b932782ed3730b97b2 /t/io
parentcd86ed9d430a95bb9cf370c699245e1b667c146d (diff)
downloadperl-e94c1c0554cd0332543ba58d3b8fb932ccf66145.tar.gz
Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS Classic.
Perl hasn't supported MachTen since 5.6.
Diffstat (limited to 't/io')
-rw-r--r--t/io/pipe.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/io/pipe.t b/t/io/pipe.t
index 68e910028c..9c165a3372 100644
--- a/t/io/pipe.t
+++ b/t/io/pipe.t
@@ -152,12 +152,11 @@ SKIP: {
SKIP: {
# Sfio doesn't report failure when closing a broken pipe
- # that has pending output. Go figure. MachTen doesn't either,
- # but won't write to broken pipes, so nothing's pending at close.
+ # that has pending output. Go figure.
# BeOS will not write to broken pipes, either.
# Nor does POSIX-BC.
skip "Won't report failure on broken pipe", 1
- if $Config{d_sfio} || $^O eq 'machten' || $^O eq 'beos' ||
+ if $Config{d_sfio} || $^O eq 'beos' ||
$^O eq 'posix-bc';
local $SIG{PIPE} = 'IGNORE';