Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/replace.c: mark more strings for translation
[gitweb.git]
/
t
/
t5500-fetch-pack.sh
diff --git
a/t/t5500-fetch-pack.sh
b/t/t5500-fetch-pack.sh
index ea6570e81990d73dc07d03c3bb6e6af5c8f029f4..d2d27f9b54ecafccc530df0e77e1aadeb0fcbccc 100755
(executable)
--- a/
t/t5500-fetch-pack.sh
+++ b/
t/t5500-fetch-pack.sh
@@
-403,7
+403,7
@@
test_expect_success 'fetch creating new shallow root' '
git fetch --depth=1 --progress 2>actual &&
# This should fetch only the empty commit, no tree or
# blob objects
- grep "remote: Total 1" actual
+
test_i18n
grep "remote: Total 1" actual
)
'