runtests: fix an incorrect comment about the ld_preload feature

Follow-up to 1f631864

Ref: #10818
This commit is contained in:
Dan Fandrich 2023-04-10 10:42:21 -07:00
parent 826e8011d5
commit a72a548774

View File

@ -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"}) {