]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1574] indentation corrected
authorTomek Mrugalski <tomek@isc.org>
Mon, 14 Dec 2020 09:44:03 +0000 (10:44 +0100)
committerAndrei Pavel <andrei@isc.org>
Mon, 14 Dec 2020 10:08:39 +0000 (12:08 +0200)
src/lib/testutils/dhcp_test_lib.sh.in

index 4ee27a8e4d0fd8d911c2c1a6d5cc81ddb05bd880..e1f56c994d0d0e70de87781a37c0289c10414841 100644 (file)
@@ -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.