summaryrefslogtreecommitdiff
path: root/t/pod
diff options
context:
space:
mode:
Diffstat (limited to 't/pod')
-rw-r--r--t/pod/find.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/pod/find.t b/t/pod/find.t
index 7f8476d2d8..20586014f1 100644
--- a/t/pod/find.t
+++ b/t/pod/find.t
@@ -88,6 +88,7 @@ print "### found $result\n";
require Config;
if ($^O eq 'VMS') { # privlib is perl_root:[lib] OK but not under mms
+ $result = VMS::Filespec::vmsify($result); #if you want VMS you need to force it.
$compare = "lib.File]Find.pm";
$result =~ s/perl_root:\[\-?\.?//i;
$result =~ s/\[\-?\.?//i; # needed under `mms test`