diff --git a/t/t5562-http-backend-content-length.sh b/t/t5562-http-backend-content-length.sh index 057dcb85d6..43570ce120 100755 --- a/t/t5562-http-backend-content-length.sh +++ b/t/t5562-http-backend-content-length.sh @@ -45,7 +45,8 @@ ssize_b100dots() { } test_expect_success 'setup' ' - export HTTP_CONTENT_ENCODING="identity" && + HTTP_CONTENT_ENCODING="identity" && + export HTTP_CONTENT_ENCODING && git config http.receivepack true && test_commit c0 && test_commit c1 &&