summaryrefslogtreecommitdiff
path: root/t/lib
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-04-29 20:51:49 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-04-29 20:51:49 +0000
commit945d6bad06c27bf93b3917eb3a345a4f0cd2de10 (patch)
tree5d8aa35897e3cb978601c09e9f0146120a394507 /t/lib
parent5fb4d82024edc02e494307d4400683f29b2c718d (diff)
downloadperl-945d6bad06c27bf93b3917eb3a345a4f0cd2de10.tar.gz
test tweak
p4raw-id: //depot/perl@6020
Diffstat (limited to 't/lib')
-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) = @_;