From 79b232cc60053e216ee8b45a0c95c8ef332d664a Mon Sep 17 00:00:00 2001 From: Hashim Khan Date: Mon, 27 Jul 2026 05:22:16 +0500 Subject: [PATCH] Fix missing check ID in 2.18 INFO output Use info -c "$check" so deprecated check 2.18 prints its ID like the other daemon checks. Fixes #567 --- tests/2_docker_daemon_configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/2_docker_daemon_configuration.sh b/tests/2_docker_daemon_configuration.sh index 000381fd..7a9846fa 100644 --- a/tests/2_docker_daemon_configuration.sh +++ b/tests/2_docker_daemon_configuration.sh @@ -415,7 +415,7 @@ check_2_18() { fi local desc="$desc (Deprecated)" local check="$id - $desc" - info -c "$desc" + info -c "$check" logcheckresult "INFO" }