Fixed check 2.9

Signed-off-by: Boris Gorbylev <ekho@ekho.name>
This commit is contained in:
Boris Gorbylev 2019-02-21 19:11:01 +03:00
parent f8be7239e5
commit 689a5a62c5
No known key found for this signature in database
GPG key ID: 90C3CBA6D150739E

View file

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