diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-03-03 04:01:48 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-03-03 04:01:48 +0000 |
commit | 386b6dc5c980ee0f20a1e84d5228904e4038dcfd (patch) | |
tree | b35073d85731f247d98f142be1735617654a2a0a | |
parent | 8012a33e8c336bcc87614284fe009157cf375ae1 (diff) | |
download | perl-386b6dc5c980ee0f20a1e84d5228904e4038dcfd.tar.gz |
Fix test to match new behavior of vmsify() (Craig Berry)
p4raw-id: //depot/vmsperl@5479
-rw-r--r-- | vms/ext/filespec.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/ext/filespec.t b/vms/ext/filespec.t index 779396be73..bf0208d94b 100644 --- a/vms/ext/filespec.t +++ b/vms/ext/filespec.t @@ -86,7 +86,7 @@ some:[where.over]the.rainbow unixify /some/where/over/the.rainbow /some/where/over/the.rainbow vmsify some:[where.over]the.rainbow some/where/over/the.rainbow vmsify [.some.where.over]the.rainbow ../some/where/over/the.rainbow vmsify [-.some.where.over]the.rainbow -some/../../where/over/the.rainbow vmsify [-.where.over]the.rainbow +some/../../where/over/the.rainbow vmsify [.some.--.where.over]the.rainbow .../some/where/over/the.rainbow vmsify [...some.where.over]the.rainbow some/.../where/over/the.rainbow vmsify [.some...where.over]the.rainbow /some/.../where/over/the.rainbow vmsify some:[...where.over]the.rainbow |