From cf1376a2eb29d8f7faca51a8d344063e13b9f551 Mon Sep 17 00:00:00 2001 From: Karanbir Singh Date: Nov 18 2011 23:58:49 +0000 Subject: use the t_ServiceControl to handle cron service; make sure we use the variable setup --- diff --git a/tests/p_cron/0-install_cron.sh b/tests/p_cron/0-install_cron.sh index be329b6..1b9509f 100755 --- a/tests/p_cron/0-install_cron.sh +++ b/tests/p_cron/0-install_cron.sh @@ -9,5 +9,5 @@ else pn="vixie-cron" fi -t_InstallPackage cronie -service crond cycle +t_InstallPackage $pn +t_ServiceControl crond cycle