summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>2000-03-03 04:01:48 +0000
committerbailey <bailey@newman.upenn.edu>2000-03-03 04:01:48 +0000
commit386b6dc5c980ee0f20a1e84d5228904e4038dcfd (patch)
treeb35073d85731f247d98f142be1735617654a2a0a /vms
parent8012a33e8c336bcc87614284fe009157cf375ae1 (diff)
downloadperl-386b6dc5c980ee0f20a1e84d5228904e4038dcfd.tar.gz
Fix test to match new behavior of vmsify() (Craig Berry)
p4raw-id: //depot/vmsperl@5479
Diffstat (limited to 'vms')
-rw-r--r--vms/ext/filespec.t2
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