Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-27 21:33:58 +0300
committerJunio C Hamano <gitster@pobox.com>2018-02-27 21:33:58 +0300
commitd4053966ea71a9f6460419fd68db912bda91ff85 (patch)
tree3426a84fcfa48a1bec45471c358e83f11e6e013e /t/t1506-rev-parse-diagnosis.sh
parente3eb4050272e790ee9c7d9e08e44b34322387da6 (diff)
parentfc045fe7d4fa220f19274715c936636fe0516ea3 (diff)
Merge branch 'as/ll-i18n'
Some messages in low level start-up codepath have been i18n-ized. * as/ll-i18n: Mark messages for translations
Diffstat (limited to 't/t1506-rev-parse-diagnosis.sh')
-rwxr-xr-xt/t1506-rev-parse-diagnosis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1506-rev-parse-diagnosis.sh b/t/t1506-rev-parse-diagnosis.sh
index 79a0251efa..4ee009da66 100755
--- a/t/t1506-rev-parse-diagnosis.sh
+++ b/t/t1506-rev-parse-diagnosis.sh
@@ -157,7 +157,7 @@ test_expect_success 'relative path not found' '
test_expect_success 'relative path outside worktree' '
test_must_fail git rev-parse HEAD:../file.txt >output 2>error &&
test -z "$(cat output)" &&
- grep "outside repository" error
+ test_i18ngrep "outside repository" error
'
test_expect_success 'relative path when cwd is outside worktree' '