From a72a5487749ad9f7fd2463d5ea037fef02ebbcc8 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 10 Apr 2023 10:42:21 -0700 Subject: [PATCH] runtests: fix an incorrect comment about the ld_preload feature Follow-up to 1f631864 Ref: #10818 --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 6d4d4757ac..53a4b72e20 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -3056,7 +3056,7 @@ sub checksystemfeatures { close($conf); } - # disable this feature unless debug mode is also enabled + # allow this feature only if debug mode is disabled $feature{"ld_preload"} = $feature{"ld_preload"} && !$feature{"debug"}; if($feature{"ipv6"}) { -- 2.47.3