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