From 072ef5304611eadb2ce1a8ad43c04e9edc38fdca Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 25 Oct 2008 15:45:04 +0000 Subject: [PATCH] Cosmetics. --- tools/privoxy-regression-test.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)) { -- 2.39.2