Merge branch 'jk/t5562-perl-path-fix'

Hotfix for test breakage on platforms whose Perl is not at
/usr/bin/perl

* jk/t5562-perl-path-fix:
  t5562: fix perl path
This commit is contained in:
Junio C Hamano 2018-11-26 23:13:41 +09:00
commit ab15ccde3d
2 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,7 @@ test_http_env() {
PATH_TRANSLATED="$PWD/.git/git-$handler_type-pack" \
GIT_HTTP_EXPORT_ALL=TRUE \
REQUEST_METHOD=POST \
"$PERL_PATH" \
"$TEST_DIRECTORY"/t5562/invoke-with-content-length.pl \
"$request_body" git http-backend >act.out 2>act.err
}

1
t/t5562/invoke-with-content-length.pl Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/perl
use 5.008;
use strict;
use warnings;