Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext()
[gitweb.git]
/
t
/
t2200-add-update.sh
diff --git
a/t/t2200-add-update.sh
b/t/t2200-add-update.sh
index 0692427cb69c62327da52061de6238ca8e12169d..2d7d3115d592bdecee915c1d41c9166323749c6b 100755
(executable)
--- a/
t/t2200-add-update.sh
+++ b/
t/t2200-add-update.sh
@@
-124,7
+124,7
@@
test_expect_success 'add -n -u should not add but just report' '
after=$(git ls-files -s check top) &&
test "$before" = "$after" &&
- test_cmp expect actual
+ test_
i18n
cmp expect actual
'