]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7421-submodule-summary-add.sh
submodule: port submodule subcommand 'summary' from shell to C
[thirdparty/git.git] / t / t7421-submodule-summary-add.sh
index 829fe26d6d66bc015843dfa1bf5a26691466358b..59a9b00467dcb043b8e522022a45cb19a3636f4c 100755 (executable)
@@ -58,7 +58,7 @@ test_expect_success 'submodule summary output for submodules with changed paths'
        git commit -m "change submodule path" &&
        rev=$(git -C sm rev-parse --short HEAD^) &&
        git submodule summary HEAD^^ -- my-subm >actual 2>err &&
-       test_i18ngrep "fatal:.*my-subm" err &&
+       grep "fatal:.*my-subm" err &&
        cat >expected <<-EOF &&
        * my-subm ${rev}...0000000: