Could you tell me your locale information from executing 'locale' command and the verbose message you can get by accessing any git repository via HTTP protocol? (e.g. GIT_CURL_VERBOSE=1 git clone http://github.com/foo/bar ) I think the failures are related with your locale information. On Sat, Dec 6, 2014 at 6:50 PM, Torsten Bögershausen <tboegi@xxxxxx> wrote: > On 2014-12-06 00.01, Michael Blume wrote: >> On Fri, Dec 5, 2014 at 2:51 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: >>> Michael Blume <blume.mike@xxxxxxxxx> writes: >>> >>>> Test #25 'git client sends Accept-Language based on LANGUAGE, LC_ALL, >>>> LC_MESSAGES and LANG' in t5550 fails consistently on my mac, and has >>>> since the test was introduced. Test 26 and 27 ('git client sends >>>> Accept-Language with many preferred languages' and 'git client does >>>> not send Accept-Language') seem fine. >>>> >>>> I'm building git with NO_GETTEXT=1, which may be an issue? But in that >>>> case the test should probably be gated on gettext? >>> >>> I recall queuing a SQUASH??? on top of the posted patch; does these >>> tests pass with it reverted? >> >> The test fails both on pu and on 7567fad which is prior to the >> SQUASH??? commit, so the squash does not seem to change anything. > pu@c83418638e0c326f: > t5550 fails here under Debian Linux, > I haven't digged further > > not ok 25 - git client sends Accept-Language based on LANGUAGE, LC_ALL, LC_MESSAGES and LANG > # > # check_language "ko-KR, *;q=0.1" ko_KR.UTF-8 de_DE.UTF-8 ja_JP.UTF-8 en_US.UTF-8 && > # check_language "de-DE, *;q=0.1" "" de_DE.UTF-8 ja_JP.UTF-8 en_US.UTF-8 && > # check_language "ja-JP, *;q=0.1" "" "" ja_JP.UTF-8 en_US.UTF-8 && > # check_language "en-US, *;q=0.1" "" "" "" en_US.UTF-8 > # > -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html