From: Andrei Pavel Date: Fri, 18 Dec 2020 10:57:27 +0000 (+0200) Subject: [#437] shellcheck fix X-Git-Tag: Kea-1.9.4~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f0586fd97f260fc6a89ceff772c07357d8718b;p=thirdparty%2Fkea.git [#437] shellcheck fix --- diff --git a/src/lib/testutils/xml_reporting_test_lib.sh.in b/src/lib/testutils/xml_reporting_test_lib.sh.in index 7ab08171dd..62a2240b53 100644 --- a/src/lib/testutils/xml_reporting_test_lib.sh.in +++ b/src/lib/testutils/xml_reporting_test_lib.sh.in @@ -158,10 +158,9 @@ _add_test_case() { local xml=${1}; shift local now=${1}; shift - # Determine the test case tag and, in case of failure - the failure tag. + # Determine the test case tag. local closing_backslash local closing_tag - local failure if test "${result}" = 'success'; then closing_backslash=' /' else