From: Vsevolod Stakhov Date: Thu, 15 Oct 2015 14:11:53 +0000 (+0100) Subject: Fix functional tests. X-Git-Tag: 1.0.6~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3518e0293d3a77ae8b3c3aca93b276920fa6919c;p=thirdparty%2Frspamd.git Fix functional tests. --- diff --git a/test/functional/functions.sh b/test/functional/functions.sh index 7a7ec47fcc..b604f7dc57 100644 --- a/test/functional/functions.sh +++ b/test/functional/functions.sh @@ -23,19 +23,6 @@ run_rspamd() { STATS_BACKEND=${STATS_BACKEND:-"mmap"} STATS_HASH=${STATS_HASH:-"compat"} STATS_KEY=${STATS_KEY:-"osipg87ms5gzsis33fdrhaqn5wocp6qfofzxjbw8k1wh9yb6adty"} - - ${RSPAMD} -c ${RSPAMD_CONFIG} -u ${RSPAMD_USER} -g ${RSPAMD_GROUP} -t \ - TMPDIR=${TMPDIR} \ - STATSDIR=${STATSDIR} \ - LUADIR=${LUADIR} \ - STATS_BACKEND=${STATS_BACKEND} \ - STATS_HASH=${STATS_HASH} \ - TESTDIR=${TEST_DIRNAME} \ - STATS_KEY=${STATS_KEY} > ${TMPDIR}/rspamd.out 2>&1 - - if [ $? -ne 0 ] ; then - save_error 'rspamd' 'cannot lint rspamd configuration' - fi ${RSPAMD} -c ${RSPAMD_CONFIG} -u ${RSPAMD_USER} -g ${RSPAMD_GROUP} \ TMPDIR=${TMPDIR} \