Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-19 01:11:14 +0300
committerJunio C Hamano <gitster@pobox.com>2023-12-19 01:11:14 +0300
commitd54442693a64c6ccc3b6af29fac97979b20e79f2 (patch)
tree7ffde7f3e33d48a20b60bec92e5b5f4b617f22d5 /t/test-lib-functions.sh
parente7799fd5c968d3b79296a8ca38eb7a2361f5f404 (diff)
parent37e8d795bed7b93d3f12bcdd3fbb86dfe57921e6 (diff)
Merge branch 'sp/test-i18ngrep' into next
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"