]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9810-git-p4-rcs.sh
wildmatch: rename constants and update prototype
[thirdparty/git.git] / t / t9810-git-p4-rcs.sh
index d8d9ca46793a6c09a19beb350e2f18dd199eb2c4..b00ad09d23d8e859d3b52c73579e84ad4620b36c 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)) &&