projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5fb4d82
)
test tweak
Gurusamy Sarathy [Sat, 29 Apr 2000 20:51:49 +0000 (20:51 +0000)]
p4raw-id: //depot/perl@6020
t/lib/open3.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/open3.t
b/t/lib/open3.t
index
7cd0ca3
..
bf042bf
100755
(executable)
--- 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) = @_;