diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-22 20:45:12 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-22 20:45:12 +0000 |
commit | 7da144458ae5f3165669e6f0a8f2562715984328 (patch) | |
tree | 4f85b271d73268acb24837feea34182bf33e19ba /t/op/write.t | |
parent | 772745665bd09417c5e047c7b4e727282d7bc8c4 (diff) | |
download | perl-7da144458ae5f3165669e6f0a8f2562715984328.tar.gz |
Skip |- based op/write.t on Win32 as well as VMS
p4raw-id: //depot/perlio@10836
Diffstat (limited to 't/op/write.t')
-rwxr-xr-x | t/op/write.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/write.t b/t/op/write.t index 7dddbb46ec..ac6c03580a 100755 --- 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); } |