gl-tests: make the failure more readable

* gl/tests/test-funclib-quote.sh (_compare_or_error): Put $1 into
error output, not having it like that was my mistake.
This commit is contained in:
Pavel Raiskup 2015-11-30 07:06:56 +01:00
parent d15b321427
commit ae816aced1

View File

@ -25,7 +25,7 @@ all_shells_script=$0
_compare_or_error ()
{
_G_msg="strings differ:
_G_msg="$1: strings differ:
a: $2
b: $3"
test "$2" = "$3" || all_shells_error "$_G_msg"