summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2020-12-14 10:44:03 +0100
committerAndrei Pavel <andrei@isc.org>2020-12-14 11:08:39 +0100
commitd00538082894050352121df137fb55d28d9e929d (patch)
tree7700aa4892d1496c976f695fc2e0ef3d7984a494
parent[#1574] memfile shell tests: clean up csv.2 (diff)
downloadkea-d00538082894050352121df137fb55d28d9e929d.tar.xz
kea-d00538082894050352121df137fb55d28d9e929d.zip
[#1574] indentation corrected
-rw-r--r--src/lib/testutils/dhcp_test_lib.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testutils/dhcp_test_lib.sh.in b/src/lib/testutils/dhcp_test_lib.sh.in
index 4ee27a8e4d..e1f56c994d 100644
--- a/src/lib/testutils/dhcp_test_lib.sh.in
+++ b/src/lib/testutils/dhcp_test_lib.sh.in
@@ -198,7 +198,7 @@ test_finish() {
local exit_code=${1} # Exit code to be returned by the exit function.
if [ "${exit_code}" -eq 0 ]; then
cleanup
- printf "${green-}[ OK ]${reset-}%s\n" "${TEST_NAME}"
+ printf "${green-}[ OK ]${reset-} %s\n" "${TEST_NAME}"
else
# Dump log file for debugging purposes if specified and exists.
# Otherwise the code below would simply call cat.