summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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