Fix ext/VMS-Filespec/t/filespec.t after move in 2d11a7e9678a88.
authorCraig A. Berry <craigberry@mac.com>
Thu, 4 Jul 2013 17:17:39 +0000 (12:17 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 4 Jul 2013 17:17:39 +0000 (12:17 -0500)
commit0d8e2021867d5bf3ab7ddfde7c85544aca2ba61e
tree3310689c5eb46dd0ab20c5a64d6b48ab1b88cfc4
parent00cccd05a2c303575f37570737c49364e61625b9
Fix ext/VMS-Filespec/t/filespec.t after move in 2d11a7e9678a88.

Moving it caused it to fail because it expected test.pl to exist
in the directory it's being run from, but that isn't the case
anymore.  We can now just depend on the test infrastructure to
control @INC and don't need any special handling of library
directories.
ext/VMS-Filespec/t/filespec.t