diff --git a/tests/test_ntp.sh b/tests/test_ntp.sh index cc262ac9327bc8fcfda7fe935163aafb9674f5fb..263751eef3c10b179b07e208e9c6591a6f415455 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