Message ID | 20230228233913.684853-4-gitster@pobox.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a58f4d6328b71dbcaab517bf5b0b487be4029cf0 |
Headers | show |
Series | [01/20] t5541: run "used receive-pack service" test earlier | expand |
diff --git a/t/t5551-http-fetch-smart.sh b/t/t5551-http-fetch-smart.sh index 10b7e7cda2..29d489768e 100755 --- a/t/t5551-http-fetch-smart.sh +++ b/t/t5551-http-fetch-smart.sh @@ -103,10 +103,7 @@ test_expect_success 'clone http repository' ' test_cmp exp actual.smudged && grep "Accept-Encoding:.*gzip" actual >actual.gzip && - test_line_count = 2 actual.gzip && - - grep "Accept-Language: ko-KR, *" actual >actual.language && - test_line_count = 2 actual.language + test_line_count = 2 actual.gzip fi '