Restore VMS glob skip removed in 1bb8785a.
authorCraig A. Berry <craigberry@mac.com>
Fri, 4 Nov 2011 16:10:02 +0000 (11:10 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 4 Nov 2011 16:10:02 +0000 (11:10 -0500)
commitec6b7b2db970d68a5c54be328c5be40c5c505b5f
tree6d98c97be04294911818b759f186f962ef700eea
parent80401853b1ceb0e04f1ea56f572e1ac37deb1515
Restore VMS glob skip removed in 1bb8785a.

The test appears to be checking the handling of double quotes in
File::Glob::csh_glob(), but on VMS, we're not using that, we're
using Perl_vms_start_glob().  Perhaps the latter should do some
quote removal as well.
t/run/fresh_perl.t