diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-29 20:51:49 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-29 20:51:49 +0000 |
commit | 945d6bad06c27bf93b3917eb3a345a4f0cd2de10 (patch) | |
tree | 5d8aa35897e3cb978601c09e9f0146120a394507 /t/lib | |
parent | 5fb4d82024edc02e494307d4400683f29b2c718d (diff) | |
download | perl-945d6bad06c27bf93b3917eb3a345a4f0cd2de10.tar.gz |
test tweak
p4raw-id: //depot/perl@6020
Diffstat (limited to 't/lib')
-rwxr-xr-x | t/lib/open3.t | 2 |
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) = @_; |