From 33566331d1c1dc86d9bb12a68bfb69e7ac89a873 Mon Sep 17 00:00:00 2001 From: zawazawa0316 <37421794+zawazawa0316@users.noreply.github.com> Date: Mon, 9 Mar 2020 23:48:10 +0900 Subject: [PATCH] fix line 230 Signed-off-by: zawazawa0316 <37421794+zawazawa0316@users.noreply.github.com> --- tests/5_container_runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/5_container_runtime.sh b/tests/5_container_runtime.sh index 1e834a7..b3a8e2f 100644 --- a/tests/5_container_runtime.sh +++ b/tests/5_container_runtime.sh @@ -227,7 +227,7 @@ check_5_5() { # Go over each directory in sensitive dir and see if they exist in the volumes for v in $sensitive_dirs; do sensitive=0 - if echo "$volumes" | grep -e "{.*\s$v\s.*true\s.*}" 2>/tmp/null 1>&2; thengit + if echo "$volumes" | grep -e "{.*\s$v\s.*true\s.*}" 2>/tmp/null 1>&2; then sensitive=1 fi if [ $sensitive -eq 1 ]; then