Merge branch 'sp/test-i18ngrep'

Error message fix in the test framework.

* sp/test-i18ngrep:
  test-lib-functions.sh: fix test_grep fail message wording
This commit is contained in:
Junio C Hamano 2023-12-27 14:52:27 -08:00
commit aa6122ce52

View File

@ -1277,7 +1277,7 @@ test_grep () {
if test $# -lt 2 ||
{ test "x!" = "x$1" && test $# -lt 3 ; }
then
BUG "too few parameters to test_i18ngrep"
BUG "too few parameters to test_grep"
fi
if test "x!" = "x$1"