projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d24bc36
)
$^O is 'beos' on BeOS
Rafael Garcia-Suarez [Wed, 5 Jun 2002 18:28:50 +0000 (18:28 +0000)]
p4raw-id: //depot/perl@17016
lib/Tie/File/t/16_handle.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Tie/File/t/16_handle.t
b/lib/Tie/File/t/16_handle.t
index
72ff10b
..
f799496
100644
(file)
--- 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;
}