diff options
Diffstat (limited to 'cpan/Cwd/t/Spec.t')
-rw-r--r-- | cpan/Cwd/t/Spec.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpan/Cwd/t/Spec.t b/cpan/Cwd/t/Spec.t index 0c629bfa79..b4339efdf3 100644 --- a/cpan/Cwd/t/Spec.t +++ b/cpan/Cwd/t/Spec.t @@ -377,6 +377,7 @@ if ($^O eq 'MacOS') { [ "VMS->catpath('','d1/d2/d3','file')", $vms_efs ? 'd1/d2/d3/file' : '[.d1.d2.d3]file' ], [ "VMS->catpath('v','d1/d2/d3','file')", 'v:[.d1.d2.d3]file' ], +[ "VMS->catpath('v','','file')", 'v:file' ], [ "VMS->catpath('v','w:[d1.d2.d3]','file')", 'v:[d1.d2.d3]file' ], [ "VMS->catpath('node::volume:','[d1.d2.d3]','')", 'node::volume:[d1.d2.d3]' ], [ "VMS->catpath('node::volume:','[d1.d2.d3]','file')", 'node::volume:[d1.d2.d3]file' ], |