t: Replace 'perl' by $PERL_PATH
[gitweb.git] / t / t9300-fast-import.sh
index 2aa1824a940aa955fab408995d2479e50bd42b96..007e5af5f469664c89d2006fdc55a5fa85946582 100755 (executable)
@@ -12,7 +12,7 @@ test_description='test git fast-import utility'
 # This could be written as "head -c $1", but IRIX "head" does not
 # support the -c option.
 head_c () {
-       perl -e '
+       $PERL_PATH -e '
                my $len = $ARGV[1];
                while ($len > 0) {
                        my $s;