From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 25 Oct 2008 15:45:04 +0000 (+0000)
Subject: Cosmetics.
X-Git-Tag: v_3_0_11~189
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/gitweb.js?a=commitdiff_plain;h=072ef5304611eadb2ce1a8ad43c04e9edc38fdca;p=privoxy.git

Cosmetics.
---

diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl
index f20ad523..986279e1 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.160 2008/10/25 15:39:27 fk Exp $
+# $Id: privoxy-regression-test.pl,v 1.161 2008/10/25 15:44:26 fk Exp $
 #
 # Wish list:
 #
@@ -568,9 +568,10 @@ sub dependency_unsatisfied ($) {
     } elsif (defined ($dependencies{$level}{'feature status'})) {
 
         my $dependency = $dependencies{$level}{'feature status'};
-        $dependency_problem = 1;
         my ($feature, $status) = $dependency =~ /([^\s]*)\s+(Yes|No)/;
 
+        $dependency_problem = 1;
+
         if (defined($privoxy_features{$feature})
             and ($privoxy_features{$feature} eq $status))
         {