From 8ff24e695cdb2d154b74612e74a8373bceb826a2 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 May 2009 19:37:43 +0000 Subject: [PATCH] Unbreak elsif condition. --- tools/privoxy-regression-test.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index 03d4f0cb..0a9d3795 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -7,7 +7,7 @@ # A regression test "framework" for Privoxy. For documentation see: # perldoc privoxy-regression-test.pl # -# $Id: privoxy-regression-test.pl,v 1.172 2009/05/25 19:31:42 fk Exp $ +# $Id: privoxy-regression-test.pl,v 1.172 2009/05/25 19:31:42 fk Exp fk $ # # Wish list: # @@ -735,7 +735,7 @@ sub execute_sticky_actions_test ($) { # Exact match $verified_actions++; - } elsif ($sticky_action =~ /-.*\{/ { + } elsif ($sticky_action =~ /-.*\{/) { # Disabled multi actions aren't explicitly listed as # disabled and thus have to be checked by verifying -- 2.39.2