From 2fa1f020de2b95d674540ea52487c37a3f670df1 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Oct 13 2013 09:26:34 +0000 Subject: increased sleep interval to avoid load issues, initialized variables in the begining to avoid bash error --- diff --git a/tests/p_exim/30_exim_mta_ehlo-test.sh b/tests/p_exim/30_exim_mta_ehlo-test.sh index e4577b0..e740eb5 100755 --- a/tests/p_exim/30_exim_mta_ehlo-test.sh +++ b/tests/p_exim/30_exim_mta_ehlo-test.sh @@ -5,6 +5,8 @@ t_Log "Running $0 - exim can accept and deliver local email using ESMTP/PIPELINI if [ $centos_ver == '5' ] then + SPOOLFILE=1 + MTA_ACCEPT=1 MAILSPOOL=/var/spool/exim/input/ # make shure spool dir is empty @@ -19,7 +21,7 @@ if [ $centos_ver == '5' ] MTA_ACCEPT=0 fi - sleep 1 + sleep 5 grep -q 't_functional test' $MAILSPOOL* if [ $? = 0 ] then