summaryrefslogtreecommitdiff
path: root/lib/Tie
diff options
context:
space:
mode:
authorIngo Weinhold <unknown>2004-11-30 15:38:32 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-12-01 13:44:24 +0000
commitdbc1d98621f53e4a3938cf011ae90a189e72f69f (patch)
tree10af181eb3e36b988f92fa611324750c78226ee7 /lib/Tie
parentacd8d558460f297a79cf62ccca790c90790f8058 (diff)
downloadperl-dbc1d98621f53e4a3938cf011ae90a189e72f69f.tar.gz
[perl #32717] BeOS specific Updates
From: Ingo Weinhold (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org> p4raw-id: //depot/perl@23584
Diffstat (limited to 'lib/Tie')
-rw-r--r--lib/Tie/File/t/16_handle.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Tie/File/t/16_handle.t b/lib/Tie/File/t/16_handle.t
index 72ff10b7be..f799496be1 100644
--- a/lib/Tie/File/t/16_handle.t
+++ b/lib/Tie/File/t/16_handle.t
@@ -79,7 +79,7 @@ undef $o;
untie @a;
# (39) Does it correctly detect a non-seekable handle?
-{ if ($^O =~ /^(MSWin32|dos|BeOS)$/) {
+{ if ($^O =~ /^(MSWin32|dos|beos)$/) {
print "ok $N # skipped ($^O has broken pipe semantics)\n";
last;
}