]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t2004-checkout-cache-temp.sh
tests: teach callers of test_i18ngrep to use test_grep
[thirdparty/git.git] / t / t2004-checkout-cache-temp.sh
index b16d69ca4ae0e8b61ce00a085273d8ad6f40f104..4c0fd856b34a559001ea44157644355884afe289 100755 (executable)
@@ -93,7 +93,7 @@ test_expect_success 'checkout all stages of unknown path' '
        rm -f path* .merge_* actual &&
        test_must_fail git checkout-index --stage=all --temp \
                -- does-not-exist 2>stderr &&
-       test_i18ngrep not.in.the.cache stderr
+       test_grep not.in.the.cache stderr
 '
 
 test_expect_success 'checkout all stages/one file to nothing' '