Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/rebase-i-break'
[gitweb.git]
/
t
/
t1305-config-include.sh
diff --git
a/t/t1305-config-include.sh
b/t/t1305-config-include.sh
index f035ee40a313ae25a13bdb6a838eed3b34fd5f9d..635918505d122f822dcaee54e16ee9669c81693c 100755
(executable)
--- a/
t/t1305-config-include.sh
+++ b/
t/t1305-config-include.sh
@@
-310,7
+310,7
@@
test_expect_success 'include cycles are detected' '
cycle
EOF
test_must_fail git config --get-all test.value 2>stderr &&
- grep "exceeded maximum include depth" stderr
+
test_i18n
grep "exceeded maximum include depth" stderr
'
test_done