From: Craig A. Berry Date: Fri, 28 Aug 2009 19:18:37 +0000 (+0100) Subject: Use ../../t/perl rather than ../../perl, as the latter doesn't always exist. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d8d82d3d8b73345e627677475b11d5db103033a;p=p5sagit%2Fp5-mst-13.2.git Use ../../t/perl rather than ../../perl, as the latter doesn't always exist. (For example, when perl is built for the VMS debugger.) --- diff --git a/t/TEST b/t/TEST index 3b3f4b8..7f2190c 100755 --- a/t/TEST +++ b/t/TEST @@ -197,7 +197,7 @@ sub _run_test { $ext_dir = $1; $return_dir = '../../t'; $lib = '../../lib'; - $perl = '../../perl'; + $perl = '../../t/perl'; $testswitch = "-I$return_dir -MTestInit=U2T,A"; if ($temp_no_core{$ext_dir}) { $testswitch = $testswitch . ',NC';