2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#437] shellcheck fix

This commit is contained in:
Andrei Pavel
2020-12-18 12:57:27 +02:00
parent c523dc1fc4
commit 73f0586fd9

View File

@@ -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