diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-07-21 09:49:30 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-07-23 11:19:10 -0700 |
| commit | a80897c1e9e853d32457dd2343e9029fdce6091e (patch) | |
| tree | efac2348ad0f3ff60c4ded8ceec0cb0231da7ef1 /t/t7400-submodule-basic.sh | |
| parent | convert.c: mark more strings for translation (diff) | |
| download | git-a80897c1e9e853d32457dd2343e9029fdce6091e.tar.gz git-a80897c1e9e853d32457dd2343e9029fdce6091e.zip | |
dir.c: mark more strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7400-submodule-basic.sh')
| -rwxr-xr-x | t/t7400-submodule-basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh index 812db137b8..d6853e94be 100755 --- a/t/t7400-submodule-basic.sh +++ b/t/t7400-submodule-basic.sh @@ -377,7 +377,7 @@ test_expect_success 'init should register submodule url in .git/config' ' test_failure_with_unknown_submodule () { test_must_fail git submodule $1 no-such-submodule 2>output.err && - grep "^error: .*no-such-submodule" output.err + test_i18ngrep "^error: .*no-such-submodule" output.err } test_expect_success 'init should fail with unknown submodule' ' |
