diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-12-27 14:52:27 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-12-27 14:52:27 -0800 |
| commit | aa6122ce52caab5ebb263e1052810350264ef62d (patch) | |
| tree | 1d5e63e7590d020b2c587274eb9dd0f6bc8c22ba /t/test-lib-functions.sh | |
| parent | Merge branch 'jc/doc-misspelt-refs-fix' (diff) | |
| parent | test-lib-functions.sh: fix test_grep fail message wording (diff) | |
| download | git-aa6122ce52caab5ebb263e1052810350264ef62d.tar.gz git-aa6122ce52caab5ebb263e1052810350264ef62d.zip | |
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
Diffstat (limited to 't/test-lib-functions.sh')
| -rw-r--r-- | t/test-lib-functions.sh | 2 |
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" |
