]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/test-lib-functions.sh
Merge branch 'jc/test-i18ngrep'
[thirdparty/git.git] / t / test-lib-functions.sh
index b5eaf7fdc1186d4420388c355e794bfdba783f2f..6eaf116346be3ee52d2094715ac979aa059093c5 100644 (file)
@@ -1263,9 +1263,8 @@ test_cmp_bin () {
        cmp "$@"
 }
 
-# Deprecated - do not use this in new code
 test_i18ngrep () {
-       test_grep "$@"
+       BUG "do not use test_i18ngrep---use test_grep instead"
 }
 
 test_grep () {