]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4129-apply-samemode.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t4129-apply-samemode.sh
index a1c7686519ebb1284d818fd3f5615853082abc01..e7a7295f1b687d1ed916e80e431e78c4c67657b7 100755 (executable)
@@ -66,13 +66,13 @@ test_expect_success FILEMODE 'mode update (index only)' '
 test_expect_success FILEMODE 'empty mode is rejected' '
        git reset --hard &&
        test_must_fail git apply patch-empty-mode.txt 2>err &&
-       test_i18ngrep "invalid mode" err
+       test_grep "invalid mode" err
 '
 
 test_expect_success FILEMODE 'bogus mode is rejected' '
        git reset --hard &&
        test_must_fail git apply patch-bogus-mode.txt 2>err &&
-       test_i18ngrep "invalid mode" err
+       test_grep "invalid mode" err
 '
 
 test_expect_success POSIXPERM 'do not use core.sharedRepository for working tree files' '