]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/gitweb-lib.sh
t: use perl instead of "$PERL_PATH" where applicable
[thirdparty/git.git] / t / gitweb-lib.sh
index 9e381e000f6cbece882dec43d2a3dbab3d18a983..8cf909a6c5521729b24064c8273209ec2338d29c 100644 (file)
@@ -69,7 +69,7 @@ gitweb_run () {
        # written to web server logs, so we are not interested in that:
        # we are interested only in properly formatted errors/warnings
        rm -f gitweb.log &&
-       "$PERL_PATH" -- "$SCRIPT_NAME" \
+       perl -- "$SCRIPT_NAME" \
                >gitweb.output 2>gitweb.log &&
        perl -w -e '
                open O, ">gitweb.headers";