diff options
author | Adrian M. Enache <enache@rdslink.ro> | 2003-04-08 10:12:13 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-04-08 19:47:05 +0000 |
commit | 7678c486bb9005aaaba9a0134efb395936e5a9f7 (patch) | |
tree | a14c4408ef5ecb1a0dd715897c93c0baee53e3f3 /lib/strict.t | |
parent | 27308ded152a902d86f6f5763883d26b257e257a (diff) | |
download | perl-7678c486bb9005aaaba9a0134efb395936e5a9f7.tar.gz |
Re: Error: Unknown error
Message-ID: <20030408041213.GA13553@ratsnest.hole>
p4raw-id: //depot/perl@19170
Diffstat (limited to 'lib/strict.t')
-rw-r--r-- | lib/strict.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strict.t b/lib/strict.t index 37bb4b350b..b153771cb7 100644 --- a/lib/strict.t +++ b/lib/strict.t @@ -74,7 +74,7 @@ for (@prgs){ `perl -I../lib $switch $tmpfile 2>&1` : $^O eq 'MacOS' ? `$^X -I::lib -MMac::err=unix $switch $tmpfile` : - `./perl $switch $tmpfile 2>&1`; + `$^X $switch $tmpfile 2>&1`; my $status = $?; $results =~ s/\n+$//; # allow expected output to be written as if $prog is on STDIN |