projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7727456
)
Skip |- based op/write.t on Win32 as well as VMS
Nick Ing-Simmons [Fri, 22 Jun 2001 20:45:12 +0000 (20:45 +0000)]
p4raw-id: //depot/perlio@10836
t/op/write.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/write.t
b/t/op/write.t
index
7dddbb4
..
ac6c035
100755
(executable)
--- a/
t/op/write.t
+++ b/
t/op/write.t
@@
-273,7
+273,7
@@
else
# 12..44: scary format testing from Merijn H. Brand
-if ($^O eq 'VMS') {
+if ($^O eq 'VMS' || $^O eq 'MSWin32') {
foreach (12..44) { print "ok $_ # skipped: '|-' and '-|' not supported\n"; }
exit(0);
}