From: Dan Fandrich Date: Mon, 10 Apr 2023 17:42:21 +0000 (-0700) Subject: runtests: fix an incorrect comment about the ld_preload feature X-Git-Tag: curl-8_1_0~197 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a72a5487749ad9f7fd2463d5ea037fef02ebbcc8;p=thirdparty%2Fcurl.git runtests: fix an incorrect comment about the ld_preload feature Follow-up to 1f631864 Ref: #10818 --- 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"}) {