Commit 58495aae authored by zach%zachlipton.com's avatar zach%zachlipton.com

Fix for bug 98024: t/1.t should use $^X instead of hard-coded path to perl.

Patch by ddkilzer@theracingworld.com (David D. Kilzer, ddk). Review by Zach Lipton (zach@zachlipton.com) no 2nd review required.
parent b4fa09d3
......@@ -100,7 +100,7 @@ xml.cgi #51
));
our $warnings;
my $verbose = $::ENV{VERBOSE};
$perlapp='/usr/bonsaitools/bin/perl';
$perlapp=$^X;
foreach $file (@testitems) {
$file =~ s/\s.*$//; # nuke everything after the first space (#comment)
next if (!$file); # skip null entries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment