Skip to content

Commit 381a83d

Browse files
committed
test_i18ngrep: hard deprecate and forbid its use
Since v2.44.0-rc0~109 (Merge branch 'sp/test-i18ngrep', 2023-12-27) none of the tests we have, either in 'master' or in flight and collected in 'seen', use test_i18ngrep. Perhaps it is good time to update test_i18ngrep to BUG to avoid people adding new calls to it. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d464a4 commit 381a83d

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)