Junio C Hamano <gitster@xxxxxxxxx> writes: > Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> writes: > >> Tanay Abhra <tanayabh@xxxxxxxxx> writes: >> >>> ... >>> + grep "line 7.*.git/config\|.git/config.*line 7" result >>> +' >> >> This is still dependant on the locale ("line" is translated). You need >> to use test_i18ngrep instead of grep here (see its definition and >> comment in t/test-lib.sh). >> >> I don't think you need these two alternatives OTOH. >> >> BTW, Junio, I don't understand your remark "This test is too tight (the >> full string)" in the previous iteration. Can you elaborate? > > The original test was trying to match the string fully, i.e. > >> + grep "fatal: bad config variable '\''alias.br'\'' at file line 2 in .git/config" result > > As I already was feeling funny about seeing the phrase "file line" > in the message and expecting it to be corrected, I thought I should > encourage a check that does not depend on minor phrasing changes, if > it can be done without bending backwards. OK. I personally prefer tight tests in this case, as the patch doing the rephrase "sees" what changed by running the tests, and documents the visible change by changing the expected in the tests scripts. But no strong opinion here, I'd be fine with e.g. test_i18ngrep "fatal: .* alias.br.*line 2 in .git/config" result -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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