]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4211-line-log.sh
Merge branch 'md/list-lazy-objects-fix'
[thirdparty/git.git] / t / t4211-line-log.sh
index ef1322148e1413e4b90f46b6bea4f2d9b0300189..bd5fe4d1483005175d9c2211dee1901c2b132573 100755 (executable)
@@ -25,7 +25,7 @@ canned_test_failure () {
 test_bad_opts () {
        test_expect_success "invalid args: $1" "
                test_must_fail git log $1 2>errors &&
-               grep '$2' errors
+               test_i18ngrep '$2' errors
        "
 }