From f1137cd36a2c6eb99211cf1d39bc15cf1da6753c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Mon, 6 Aug 2018 09:51:06 +0200 Subject: [PATCH] dont decrease 5.29 #316 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- 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 2551796..d04b8fd 100644 --- a/tests/5_container_runtime.sh +++ b/tests/5_container_runtime.sh @@ -1018,7 +1018,7 @@ check_5_29() { logjson "5.29" "PASS" currentScore=$((currentScore + 1)) else - currentScore=$((currentScore - 1)) + currentScore=$((currentScore + 0)) fi }