dovecot-2.2-pigeonhole: tests: Fixed extprograms test suite.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed Dec 17 00:12:57 UTC 2014


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/dbce56ea72cb
changeset: 1975:dbce56ea72cb
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed Dec 17 00:58:58 2014 +0100
description:
tests: Fixed extprograms test suite.
Recent changes in handling of unknown tags caused `make test-plugins' to fail.

diffstat:

 tests/plugins/extprograms/execute/errors/syntax.sieve |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 590407d97ecb -r dbce56ea72cb tests/plugins/extprograms/execute/errors/syntax.sieve
--- a/tests/plugins/extprograms/execute/errors/syntax.sieve	Wed Dec 17 00:35:47 2014 +0100
+++ b/tests/plugins/extprograms/execute/errors/syntax.sieve	Wed Dec 17 00:58:58 2014 +0100
@@ -31,7 +31,7 @@
 execute :input ["23423","21342"] "frop";
 
 # 11: error: invalid :input argument; invalid parameter
-execute :input :frop "frop";
+execute :input :friep "frop";
 
 # 12: error: :output not allowed without variables extension
 execute :output "${frop}" "frop";


More information about the dovecot-cvs mailing list