Fix test to match new behavior of vmsify() (Craig Berry)
Charles Bailey [Fri, 3 Mar 2000 04:01:48 +0000 (04:01 +0000)]
p4raw-id: //depot/vmsperl@5479

vms/ext/filespec.t

index 779396b..bf0208d 100644 (file)
@@ -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