]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4014-format-patch.sh
tests: enclose $PERL_PATH in double quotes
[thirdparty/git.git] / t / t4014-format-patch.sh
index 4c22c17a3346161e933cbd1e8b4303cc20fde095..959aa26ef5d96f4be79e6051fb6ae159e03b556e 100755 (executable)
@@ -243,7 +243,7 @@ check_threading () {
        (git format-patch --stdout "$@"; echo $? > status.out) |
        # Prints everything between the Message-ID and In-Reply-To,
        # and replaces all Message-ID-lookalikes by a sequence number
-       $PERL_PATH -ne '
+       "$PERL_PATH" -ne '
                if (/^(message-id|references|in-reply-to)/i) {
                        $printing = 1;
                } elsif (/^\S/) {