test: use test_i18ncmp when checking --stat output
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 13 Mar 2012 04:54:05 +0000 (23:54 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Mar 2012 21:26:27 +0000 (14:26 -0700)
Ever since v1.7.9.2~13 (2012-02-01), git's diffstat-style summary line
produced by "git apply --stat", "git diff --stat", and "git commit"
varies by locale, producing test failures when GETTEXT_POISON is set.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found