Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tests: move test_cmp_rev to test-lib-functions
[gitweb.git]
/
t
/
t9300-fast-import.sh
diff --git
a/t/t9300-fast-import.sh
b/t/t9300-fast-import.sh
index c17f52e586747198a74323b578a654edec436f57..2fcf2694696fedb5e7e3d57c869f7dbbbf23dbec 100755
(executable)
--- a/
t/t9300-fast-import.sh
+++ b/
t/t9300-fast-import.sh
@@
-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;