summaryrefslogtreecommitdiff
path: root/lib/Tie
diff options
context:
space:
mode:
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;
}