mirror of
https://github.com/git/git.git
synced 2024-12-04 15:34:05 +08:00
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
This commit is contained in:
commit
aa6122ce52
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user