Skip to content

Commit bb58c03

Browse files
committed
Merge branch 'sp/test-i18ngrep' into maint-2.43
Error message fix in the test framework. * sp/test-i18ngrep: test-lib-functions.sh: fix test_grep fail message wording
2 parents a1121a7 + 37e8d79 commit bb58c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ test_grep () {
12771277
if test $# -lt 2 ||
12781278
{ test "x!" = "x$1" && test $# -lt 3 ; }
12791279
then
1280-
BUG "too few parameters to test_i18ngrep"
1280+
BUG "too few parameters to test_grep"
12811281
fi
12821282

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

0 commit comments

Comments
 (0)