From 386b6dc5c980ee0f20a1e84d5228904e4038dcfd Mon Sep 17 00:00:00 2001 From: Charles Bailey Date: Fri, 3 Mar 2000 04:01:48 +0000 Subject: [PATCH] Fix test to match new behavior of vmsify() (Craig Berry) p4raw-id: //depot/vmsperl@5479 --- vms/ext/filespec.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vms/ext/filespec.t b/vms/ext/filespec.t index 779396b..bf0208d 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 -- 2.7.4