From e06515a3c530772945b68096ec0494ab5641c644 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 8 May 2016 10:44:56 +0000 Subject: [PATCH] Let test level 17 depend on FEATURE_64_BIT_TIME_T ... instead of FEATURE_PTHREAD which has no direct connection to the time_t size. --- regression-tests.action | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-tests.action b/regression-tests.action index 6564cedd..84d2c13c 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,5 +1,5 @@ ############################################################################# -# $Id: regression-tests.action,v 1.58 2014/11/20 15:29:36 fabiankeil Exp $ +# $Id: regression-tests.action,v 1.59 2014/11/20 15:29:57 fabiankeil Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -40,7 +40,7 @@ for-privoxy-version=3.0.22 # Level 15 needs = config line connection-sharing\s+0 # Level 16 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE Yes # Level 16 needs = config line connection-sharing\s+1 -# Level 17 needs = feature status FEATURE_PTHREAD Yes +# 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 -- 2.39.2