Use ../../t/perl rather than ../../perl, as the latter doesn't always exist.
Craig A. Berry [Fri, 28 Aug 2009 19:18:37 +0000 (20:18 +0100)]
(For example, when perl is built for the VMS debugger.)

t/TEST

diff --git a/t/TEST b/t/TEST
index 3b3f4b8..7f2190c 100755 (executable)
--- 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';