Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix tests under GETTEXT_POISON on git-apply
[gitweb.git]
/
t
/
t0006-date.sh
diff --git
a/t/t0006-date.sh
b/t/t0006-date.sh
index 1d29810a7a94dad15645869c2f4f015a470fa622..e53cf6d36d573c3d758f0005c95aa4a364df82b1 100755
(executable)
--- a/
t/t0006-date.sh
+++ b/
t/t0006-date.sh
@@
-11,7
+11,7
@@
check_show() {
echo "$t -> $2" >expect
test_expect_${3:-success} "relative date ($2)" "
test-date show $t >actual &&
- test_cmp expect actual
+ test_
i18n
cmp expect actual
"
}