Gettextize the "Entering [...]" message. This is explicitly tested for so we need to skip some tests with C_LOCALE_OUTPUT. Signed-off-by: Ãvar ArnfjÃrà Bjarmason <avarab@xxxxxxxxx> --- git-submodule.sh | 2 +- t/t7407-submodule-foreach.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/git-submodule.sh b/git-submodule.sh index b6c9a5b..fceacf8 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -289,7 +289,7 @@ cmd_foreach() do if test -e "$path"/.git then - say "Entering '$prefix$path'" + say "$(eval_gettext "Entering '\$prefix\$path'")" name=$(module_name "$path") ( prefix="$prefix$path/" diff --git a/t/t7407-submodule-foreach.sh b/t/t7407-submodule-foreach.sh index e5be13c..4aa2d34 100755 --- a/t/t7407-submodule-foreach.sh +++ b/t/t7407-submodule-foreach.sh @@ -68,7 +68,7 @@ Entering 'sub3' $pwd/clone-foo3-sub3-$sub3sha1 EOF -test_expect_success 'test basic "submodule foreach" usage' ' +test_expect_success C_LOCALE_OUTPUT 'test basic "submodule foreach" usage' ' git clone super clone && ( cd clone && @@ -153,7 +153,7 @@ Entering 'sub2' Entering 'sub3' EOF -test_expect_success 'test messages from "foreach --recursive"' ' +test_expect_success C_LOCALE_OUTPUT 'test messages from "foreach --recursive"' ' ( cd clone2 && git submodule foreach --recursive "true" > ../actual -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html