From 1c95aee4b0e35e556ce62e2e5cfca9dce088846c Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Nov 26 2011 11:09:37 +0000 Subject: Remove force (-f) in logrotate test otherwise it'll fail in the 2nd run --- diff --git a/tests/p_logrotate/logrotate_test.sh b/tests/p_logrotate/logrotate_test.sh index 774f827..c2004e0 100755 --- a/tests/p_logrotate/logrotate_test.sh +++ b/tests/p_logrotate/logrotate_test.sh @@ -3,6 +3,6 @@ t_Log "Running $0 - logrotate test." -/usr/sbin/logrotate -f /etc/logrotate.conf +/usr/sbin/logrotate /etc/logrotate.conf t_CheckExitStatus $?