aboutsummaryrefslogtreecommitdiffstats
path: root/t/test-lib-functions.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-08 16:22:08 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-08 16:22:08 -0800
commitbb58c037ee268d89c968dc90de5ea2e8f57b5fef (patch)
treea2521d78b66cb958478b537e1b36dc4111f0c19a /t/test-lib-functions.sh
parentMerge branch 'jc/doc-misspelt-refs-fix' into maint-2.43 (diff)
parenttest-lib-functions.sh: fix test_grep fail message wording (diff)
downloadgit-bb58c037ee268d89c968dc90de5ea2e8f57b5fef.tar.gz
git-bb58c037ee268d89c968dc90de5ea2e8f57b5fef.zip
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
Diffstat (limited to 't/test-lib-functions.sh')
-rw-r--r--t/test-lib-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh
index 03292602fb..5eb57914ab 100644
--- a/t/test-lib-functions.sh
+++ b/t/test-lib-functions.sh
@@ -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"