From b279890d5f207652766bca5dde23bd27ddb63e6c Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Wed, 17 Dec 2014 00:58:58 +0100 Subject: [PATCH] tests: Fixed extprograms test suite. Recent changes in handling of unknown tags caused `make test-plugins' to fail. --- tests/plugins/extprograms/execute/errors/syntax.sieve | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/extprograms/execute/errors/syntax.sieve b/tests/plugins/extprograms/execute/errors/syntax.sieve index bd10ee5f7..1f4646a11 100644 --- a/tests/plugins/extprograms/execute/errors/syntax.sieve +++ b/tests/plugins/extprograms/execute/errors/syntax.sieve @@ -31,7 +31,7 @@ execute :input 1 "frop"; 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"; -- GitLab