summaryrefslogtreecommitdiff
path: root/t/run/runenv.t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-12-20 20:50:26 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-12-20 20:50:26 +0000
commitc8d62b7117d70c1e6d3a6c3c41603445934b9a83 (patch)
treef7ed287ba02668c6de9050695d68e3bdbaa9b2dc /t/run/runenv.t
parent62d55b227f6b1e95d65e7faf12ed22fd467e4c0e (diff)
downloadperl-c8d62b7117d70c1e6d3a6c3c41603445934b9a83.tar.gz
Remove some hardcoded references to ./perl in tests
p4raw-id: //depot/perl@26428
Diffstat (limited to 't/run/runenv.t')
-rw-r--r--t/run/runenv.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/runenv.t b/t/run/runenv.t
index 1e36c99998..7359c4ecb5 100644
--- a/t/run/runenv.t
+++ b/t/run/runenv.t
@@ -20,7 +20,7 @@ plan tests => 17;
my $STDOUT = './results-0';
my $STDERR = './results-1';
-my $PERL = './perl';
+my $PERL = $ENV{PERL} || './perl';
my $FAILURE_CODE = 119;
delete $ENV{PERLLIB};