This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Restore triple-dot directory spec tests in vms/ext/filespec.t.
authorCraig A. Berry <craigberry@mac.com>
Sat, 21 Jan 2012 03:29:08 +0000 (21:29 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 21 Jan 2012 03:42:21 +0000 (21:42 -0600)
commit7cae3803937000688a3564bfdabfb7a3935a6e86
tree7df516fb02bccf522ae8a1604648a1341d3e2da3
parent3b7517cbd076db646028fd535ee0edea05bc378a
Restore triple-dot directory spec tests in vms/ext/filespec.t.

1fe570cc5e24eecfb07059e53e95fa864bb44142 declared directory
components containing '...' as either 'not translatable' or created
the expectation that each dot should be individually escaped when
translating between Unix and VMS directory specs.  That doesn't
really make sense since in both formats it means any number of
intervening directories, plus there was already code of long
standing that handles it.  So get the tests in this regard back
in line with reality.
vms/ext/filespec.t