From 62106a3fd9753a454c9f8a478ba74d22366c31ee Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 30 Dec 2018 14:51:55 +0100 Subject: [PATCH] Let Level 20 an 21 depend on enable-remote-toggle instead of FEATURE_TOGGLE --- regression-tests.action | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-tests.action b/regression-tests.action index 25e9b76c..33cdc364 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -41,8 +41,8 @@ for-privoxy-version=3.0.27 # Level 17 needs = feature status FEATURE_64_BIT_TIME_T Yes # Level 18 needs = feature status FEATURE_GRACEFUL_TERMINATION No # Level 19 needs = feature status FEATURE_GRACEFUL_TERMINATION Yes -# Level 20 needs = feature status FEATURE_TOGGLE Yes -# Level 21 needs = feature status FEATURE_TOGGLE No +# Level 20 needs = config line enable-remote-toggle\s+1 +# Level 21 needs = config line enable-remote-toggle\s+0 # Level 22 needs = config line enable-proxy-authentication-forwarding\s+0 # Level 23 needs = config line enable-proxy-authentication-forwarding\s+1 # Level 24 needs = feature status FEATURE_CLIENT_TAGS Yes -- 2.39.2