From: Pavel Raiskup Date: Mon, 30 Nov 2015 06:06:56 +0000 (+0100) Subject: gl-tests: make the failure more readable X-Git-Tag: v2.4.7~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae816aced1e09adaf38a8d938f226db1cc27e79c;p=thirdparty%2Flibtool.git 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. --- diff --git a/gl/tests/test-funclib-quote.sh b/gl/tests/test-funclib-quote.sh index 7669a44ba..60be1523a 100755 --- a/gl/tests/test-funclib-quote.sh +++ b/gl/tests/test-funclib-quote.sh @@ -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"