summaryrefslogtreecommitdiffstats
path: root/t/t5562/invoke-with-content-length.pl
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2018-11-23 00:38:21 +0100
committerJunio C Hamano <gitster@pobox.com>2018-11-24 02:44:30 +0100
commit8c8fad9e4b4e82325508974d3aa9ebc90e79a035 (patch)
treee0cc6e4ff22160a323dded0ba463ebde641be5c9 /t/t5562/invoke-with-content-length.pl
parenthttp-backend test: make empty CONTENT_LENGTH test more realistic (diff)
downloadgit-8c8fad9e4b4e82325508974d3aa9ebc90e79a035.tar.xz
git-8c8fad9e4b4e82325508974d3aa9ebc90e79a035.zip
t5562: fix perl path
Some systems do not have perl installed to /usr/bin. Use the variable from the build settiings, and call perl directly than via shebang. Signed-off-by: Max Kirillov <max@max630.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x]t/t5562/invoke-with-content-length.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5562/invoke-with-content-length.pl b/t/t5562/invoke-with-content-length.pl
index 6c2aae7692..0943474af2 100755..100644
--- a/t/t5562/invoke-with-content-length.pl
+++ b/t/t5562/invoke-with-content-length.pl
@@ -1,4 +1,3 @@
-#!/usr/bin/perl
use 5.008;
use strict;
use warnings;