summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2001-09-04 02:58:53 +0200
committerzach%zachlipton.com <>2001-09-04 02:58:53 +0200
commit58495aaee931590af5a96c0284cbd3167dc2a3f0 (patch)
treeb95a06d2219d2ffce2701a32a5033ee1f358185d /t
parentb4fa09d3e743c3adaae0717e0e5366481a0fc755 (diff)
downloadbugzilla-58495aaee931590af5a96c0284cbd3167dc2a3f0.tar.gz
bugzilla-58495aaee931590af5a96c0284cbd3167dc2a3f0.tar.xz
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.
Diffstat (limited to 't')
-rw-r--r--t/1.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/1.t b/t/1.t
index 39cdc9a15..7e46dd49c 100644
--- a/t/1.t
+++ b/t/1.t
@@ -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