Skip to content

Commit edae49e

Browse files
committed
Merge branch 'jc/test-i18ngrep'
With release 2.44 we got rid of all uses of test_i18ngrep and there is no in-flight topic that adds a new use of it. Make a call to test_i18ngrep a hard failure, so that we can remove it at the end of this release cycle. * jc/test-i18ngrep: test_i18ngrep: hard deprecate and forbid its use
2 parents 272fd91 + 381a83d commit edae49e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/test-lib-functions.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,9 +1263,8 @@ test_cmp_bin () {
12631263
cmp "$@"
12641264
}
12651265

1266-
# Deprecated - do not use this in new code
12671266
test_i18ngrep () {
1268-
test_grep "$@"
1267+
BUG "do not use test_i18ngrep---use test_grep instead"
12691268
}
12701269

12711270
test_grep () {

0 commit comments

Comments
 (0)