From 62af47b8d6224b074043620a599f73ba1c2786a7 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Sun, 29 Nov 2015 16:17:41 +0100
Subject: [PATCH] testsuite: Fixed the test_fail command to also work from
 within a foreverypart loop.

---
 src/testsuite/cmd-test-fail.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testsuite/cmd-test-fail.c b/src/testsuite/cmd-test-fail.c
index f00e026e5..58ca050fa 100644
--- a/src/testsuite/cmd-test-fail.c
+++ b/src/testsuite/cmd-test-fail.c
@@ -142,7 +142,7 @@ static int cmd_test_fail_operation_execute
 
 	testsuite_test_fail(reason);
 
-	return sieve_interpreter_program_jump(renv->interp, TRUE);
+	return sieve_interpreter_program_jump(renv->interp, TRUE, TRUE);
 }
 
 
-- 
GitLab