gitweb.perl: fix %highlight_ext mappings
[gitweb.git] / t / t9810-git-p4-rcs.sh
index d8bb3d06de3584cfc3c27da55df19c5df9d1bf68..e9daa9c4f6bab493ad5351d4ec9c7c00c6152e68 100755 (executable)
@@ -246,7 +246,7 @@ test_expect_success 'cope with rcs keyword expansion damage' '
                git config git-p4.attemptRCSCleanup true &&
                (cd "$cli" && p4_append_to_file kwfile1.c) &&
                old_lines=$(wc -l <kwfile1.c) &&
-               perl -n -i -e "print unless m/Revision:/" kwfile1.c &&
+               "$PERL_PATH" -n -i -e "print unless m/Revision:/" kwfile1.c &&
                new_lines=$(wc -l <kwfile1.c) &&
                test $new_lines = $(($old_lines - 1)) &&