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
maint
Junio C Hamano 2023-12-27 14:52:27 -08:00
commit aa6122ce52
1 changed files with 1 additions and 1 deletions

View File

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


if test "x!" = "x$1" if test "x!" = "x$1"