Give EU::CB 04-base.t an absolute path on VMS.
authorCraig A. Berry <craigberry@mac.com>
Fri, 15 Apr 2011 21:31:42 +0000 (16:31 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 15 Apr 2011 21:31:42 +0000 (16:31 -0500)
commit2f81e8f3910ca00e129de843e034fb70a0bcc905
treee9ac30282474bc16f269dd02634fcaf472dd4bcc
parentb49fc163d0d3e37775be321435b6ac31e4188097
Give EU::CB 04-base.t an absolute path on VMS.

catfile() with an empty string as a first argument does *not*
produce an absolute path on VMS (and probably only does so by
accident elsewhere).  For purposes of the test, it seems that
any absolute path would do, so this could probably be done
portably, but on the eve of 5.14 let's make a separate code
path for VMS and leave everyone else as is for now.
dist/ExtUtils-CBuilder/t/04-base.t