Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix tests under GETTEXT_POISON on diffstat
[gitweb.git]
/
t
/
t4202-log.sh
diff --git
a/t/t4202-log.sh
b/t/t4202-log.sh
index 71be59d446f773c4b567f00c469ac26225d11cb8..31869dc0dbcb5f79e4e0f5e307a4d8f617aadbe4 100755
(executable)
--- a/
t/t4202-log.sh
+++ b/
t/t4202-log.sh
@@
-803,7
+803,7
@@
sanitize_output () {
test_expect_success 'log --graph with diff and stats' '
git log --graph --pretty=short --stat -p >actual &&
sanitize_output >actual.sanitized <actual &&
- test_cmp expect actual.sanitized
+ test_
i18n
cmp expect actual.sanitized
'
test_done