Merge branch 'sp/test-i18ngrep'
Error message fix in the test framework. * sp/test-i18ngrep: test-lib-functions.sh: fix test_grep fail message wordingmaint
commit
aa6122ce52
|
@ -1277,7 +1277,7 @@ test_grep () {
|
||||||
if test $# -lt 2 ||
|
if test $# -lt 2 ||
|
||||||
{ test "x!" = "x$1" && test $# -lt 3 ; }
|
{ test "x!" = "x$1" && test $# -lt 3 ; }
|
||||||
then
|
then
|
||||||
BUG "too few parameters to test_i18ngrep"
|
BUG "too few parameters to test_grep"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x!" = "x$1"
|
if test "x!" = "x$1"
|
||||||
|
|
Loading…
Reference in New Issue