summaryrefslogtreecommitdiff
path: root/t/lib/open3.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/open3.t')
-rwxr-xr-xt/lib/open3.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/open3.t b/t/lib/open3.t
index 7cd0ca306c..bf042bfe32 100755
--- a/t/lib/open3.t
+++ b/t/lib/open3.t
@@ -20,7 +20,7 @@ use IO::Handle;
use IPC::Open3;
#require 'open3.pl'; use subs 'open3';
-my $perl = './perl';
+my $perl = $^X;
sub ok {
my ($n, $result, $info) = @_;