]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sp/test-i18ngrep' into maint-2.43
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:08 +0000 (16:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:08 +0000 (16:22 -0800)
Error message fix in the test framework.

* sp/test-i18ngrep:
  test-lib-functions.sh: fix test_grep fail message wording

t/test-lib-functions.sh

index 03292602fb0f9e3109baf19798b49c9521fae4f1..5eb57914abc493b6cb261b676b27d935f1b919ae 100644 (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"