From 35e2dab1f25e2ecda0e95d8156875f0155f11219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Thu, 1 Jun 2017 10:36:13 +0200 Subject: [PATCH] improve test decription, refs #20851 --- tests/test_apt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_apt.sh b/tests/test_apt.sh index ffe1c1c0..ffcf41a9 100755 --- a/tests/test_apt.sh +++ b/tests/test_apt.sh @@ -1,6 +1,6 @@ #!/bin/bash # Criticality: Normal -# Check that updates can be installed. +# Check that updates can be installed and that automatic security updates are enabled. set -e echo "Testing apt-get install" -- GitLab