From 31d685ffd162d17273b44356a8385dd88fd21d5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Tue, 18 Oct 2016 17:01:47 +0200
Subject: [PATCH] Hide ntp test output.

---
 tests/test_ntp.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_ntp.sh b/tests/test_ntp.sh
index cc262ac9..263751ee 100755
--- a/tests/test_ntp.sh
+++ b/tests/test_ntp.sh
@@ -9,5 +9,5 @@ if [ "${NTP_SERVER}" = "" ]; then
 fi
 echo "Testing NTP server: ${NTP_SERVER}"
 service ntp stop
-ntpdate -d ${NTP_SERVER}
+ntpdate -d ${NTP_SERVER} >/dev/null
 service ntp restart
-- 
GitLab