]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5530-upload-pack-error.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t5530-upload-pack-error.sh
index 7c1460eaa99865306ddfb5254584eba275e17a21..558eedf25a4c9b9f2bac8dca0d69b1b7eaebf381 100755 (executable)
@@ -35,8 +35,8 @@ test_expect_success 'upload-pack fails due to error in pack-objects packing' '
        printf "%04xwant %s\n00000009done\n0000" \
                $(($hexsz + 10)) $head >input &&
        test_must_fail git upload-pack . <input >/dev/null 2>output.err &&
-       test_i18ngrep "unable to read" output.err &&
-       test_i18ngrep "pack-objects died" output.err
+       test_grep "unable to read" output.err &&
+       test_grep "pack-objects died" output.err
 '
 
 test_expect_success 'corrupt repo differently' '