privoxy-regression-test: Replace an XXX comment with a better one
authorFabian Keil <fk@fabiankeil.de>
Sun, 13 Dec 2020 09:09:35 +0000 (10:09 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 14 Dec 2020 07:49:17 +0000 (08:49 +0100)
tools/privoxy-regression-test.pl

index 4c305a3..49d2804 100755 (executable)
@@ -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,