summaryrefslogtreecommitdiff
path: root/t/win32/runenv.t
diff options
context:
space:
mode:
Diffstat (limited to 't/win32/runenv.t')
-rw-r--r--t/win32/runenv.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/win32/runenv.t b/t/win32/runenv.t
index b2d78959b0..d487ea7344 100644
--- a/t/win32/runenv.t
+++ b/t/win32/runenv.t
@@ -28,7 +28,7 @@ skip_all "requires compilation with PERL_IMPLICIT_SYS"
plan tests => $::tests;
-my $PERL = $ENV{PERL} || '.\perl';
+my $PERL = '.\perl';
my $NL = $/;
delete $ENV{PERLLIB};