update info messages, not scored

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2017-01-23 17:06:10 +01:00
commit 77617321df
5 changed files with 73 additions and 23 deletions

View file

@ -78,7 +78,7 @@ fi
# 2.7
check_2_7="2.7 - Set default ulimit as appropriate"
check_2_7="2.7 - Set default ulimit as appropriate"
get_docker_effective_command_line_args '--default-ulimit' | grep "default-ulimit" >/dev/null 2>&1
if [ $? -eq 0 ]; then
pass "$check_2_7"