tests: sync feature names with curl -V

Some feature names used in tests had minor differences compared to
the well-known ones from `curl -V`. This patch syncs them to make test
results easier to grok.

Closes #14183
This commit is contained in:
Viktor Szakats 2024-07-16 00:41:32 +02:00
parent 9e5b11c659
commit 18f1cd7a77
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
158 changed files with 177 additions and 177 deletions

View file

@ -662,7 +662,7 @@ sub singletest_setenv {
logmsg "Skipping LD_PRELOAD due to lack of OS support\n" if($verbose);
next;
}
if($feature{"debug"} || !$has_shared) {
if($feature{"Debug"} || !$has_shared) {
logmsg "Skipping LD_PRELOAD due to no release shared build\n" if($verbose);
next;
}