From 3a58973cba633709edb6e1f1fd0f18a84f004e85 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 13 Dec 2020 10:09:35 +0100 Subject: [PATCH] privoxy-regression-test: Replace an XXX comment with a better one --- tools/privoxy-regression-test.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index 4c305a35..49d2804f 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -47,7 +47,8 @@ use constant { CLI_LOOPS => 1, CLI_MAX_TIME => 5, CLI_MIN_LEVEL => 0, - # XXX: why limit at all? + # The reason for a maximum test level is explained in the + # perldoc section TEST LEVELS near the end of this file. CLI_MAX_LEVEL => 100, CLI_FORKS => 0, CLI_SLEEP_TIME => 0, -- 2.39.2