Skip |- based op/write.t on Win32 as well as VMS
[p5sagit/p5-mst-13.2.git] / t / op / write.t
index 7dddbb4..ac6c035 100755 (executable)
@@ -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);
 }