summaryrefslogtreecommitdiff
path: root/sieve/tests/testsuite.at
diff options
context:
space:
mode:
Diffstat (limited to 'sieve/tests/testsuite.at')
-rw-r--r--sieve/tests/testsuite.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/sieve/tests/testsuite.at b/sieve/tests/testsuite.at
index 68cb747cc..189bab89a 100644
--- a/sieve/tests/testsuite.at
+++ b/sieve/tests/testsuite.at
@@ -21,7 +21,7 @@ dnl testcompile(SCRIPT) -- test compilation of the Sieve SCRIPT
dnl
m4_define([testcompile],[
AT_SETUP([compile $1])
-AT_CHECK([sieve -c $abs_top_srcdir/sieve/examples/$1],
+AT_CHECK([sieve MUT_SIEVE_DEFAULT_OPTIONS -c $abs_top_srcdir/sieve/examples/$1],
[0])
AT_CLEANUP
])

Return to:

Send suggestions and report system problems to the System administrator.