diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-22 15:33:37 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-22 15:33:37 +0000 |
commit | 373290c6ef7565688c00eb8b15c9dffc113c682b (patch) | |
tree | d78ed72fc7015bcfd00f22d0223ade3e4a63077f /t/op | |
parent | 7a2148286f5cda7b3ffec7674793a01ff6925545 (diff) | |
parent | 5c2d7af2a41ad0642e7ae40c61d42000f908a0e0 (diff) | |
download | perl-373290c6ef7565688c00eb8b15c9dffc113c682b.tar.gz |
Integrate mainline (in near desperate attempt to get Win32 to build...)
p4raw-id: //depot/perlio@10828
Diffstat (limited to 't/op')
-rwxr-xr-x | t/op/write.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/op/write.t b/t/op/write.t index 28309748d1..7dddbb46ec 100755 --- a/t/op/write.t +++ b/t/op/write.t @@ -273,6 +273,11 @@ else # 12..44: scary format testing from Merijn H. Brand +if ($^O eq 'VMS') { + foreach (12..44) { print "ok $_ # skipped: '|-' and '-|' not supported\n"; } + exit(0); +} + use strict; # Amazed that this hackery can be made strict ... # Just a complete test for format, including top-, left- and bottom marging |