From 689a5a62c57523e18f9650bfc72fa088c3e21689 Mon Sep 17 00:00:00 2001 From: Boris Gorbylev Date: Thu, 21 Feb 2019 19:11:01 +0300 Subject: [PATCH] Fixed check 2.9 Signed-off-by: Boris Gorbylev --- 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 f4cea69..ce3db2c 100644 --- a/tests/2_docker_daemon_configuration.sh +++ b/tests/2_docker_daemon_configuration.sh @@ -232,7 +232,7 @@ check_2_9() { starttestjson "$id_2_9" "$desc_2_9" totalChecks=$((totalChecks + 1)) - if get_docker_configuration_file_args 'cgroup-parent' | grep -v '""'; then + if get_docker_configuration_file_args 'cgroup-parent' | grep -v ''; then warn "$check_2_9" info " * Confirm cgroup usage" resulttestjson "WARN" "Confirm cgroup usage"