mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
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:
parent
d15b321427
commit
ae816aced1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user