Code

Merge branch 'jl/submodule-add-relurl-wo-upstream'
[git.git] / t / t7400-submodule-basic.sh
index 9099e80e9e2bde606ca481dd4a0a9cc977c8d38e..5afe6ccd78f7171c6bdbb5be35d9663a618c1c73 100755 (executable)
@@ -99,7 +99,7 @@ test_expect_success 'submodule add to .gitignored path fails' '
                git add --force .gitignore &&
                git commit -m"Ignore everything" &&
                ! git submodule add "$submodurl" submod >actual 2>&1 &&
-               test_cmp expect actual
+               test_i18ncmp expect actual
        )
 '
 
@@ -357,7 +357,7 @@ test_expect_success 'update --init' '
 
        git submodule update init > update.out &&
        cat update.out &&
-       grep "not initialized" update.out &&
+       test_i18ngrep "not initialized" update.out &&
        ! test -d init/.git &&
 
        git submodule update --init init &&