]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5521-pull-options.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t5521-pull-options.sh
index 264de29c35c11cbe09d31d57629aabaae0423b35..d1f0810e42ee0dfb3538e21ab6b37f4052991541 100755 (executable)
@@ -93,7 +93,7 @@ test_expect_success 'git pull --no-write-fetch-head fails' '
        (cd clonedwfh && git init &&
        test_expect_code 129 git pull --no-write-fetch-head "../parent" >out 2>err &&
        test_must_be_empty out &&
-       test_i18ngrep "no-write-fetch-head" err)
+       test_grep "no-write-fetch-head" err)
 '
 
 test_expect_success 'git pull --force' '