]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7300-clean.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t7300-clean.sh
index 0ef7b78457368fd8f0e403907e7d582e97e62248..1a310a45fd35765167c8f2c06ea85dca8cab9749 100755 (executable)
@@ -735,7 +735,7 @@ test_expect_success MINGW 'handle clean & core.longpaths = false nicely' '
        test_must_fail git clean -xdf 2>.git/err &&
        # grepping for a strerror string is unportable but it is OK here with
        # MINGW prereq
-       test_i18ngrep "too long" .git/err
+       test_grep "too long" .git/err
 '
 
 test_expect_success 'clean untracked paths by pathspec' '