From 61181b3d648d2bdfcbebf3d8b71acfdd456cc02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Fri, 29 Sep 2017 16:18:13 +0200 Subject: [PATCH] Changed APT test. --- tests/test_apt.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_apt.sh b/tests/test_apt.sh index ffcf41a9..acf51baa 100755 --- a/tests/test_apt.sh +++ b/tests/test_apt.sh @@ -16,7 +16,9 @@ if ( dpkg -s sl >/dev/null 2>&1 ); then fi # Installation testing package sl -apt-get update && apt-get install -y sl && apt-get remove -y sl +apt-get update +apt-get install -y sl +apt-get remove -y sl if [ ! -f /etc/apt/apt.conf.d/20auto-upgrades ]; then if [ ! -f /etc/apt/apt.conf.d/50unattended-upgrades ]; then -- GitLab