runtests.pl: fix sprintf() using one too many %s

Closes #17740
This commit is contained in:
Daniel Stenberg 2025-06-25 09:19:24 +02:00
parent 40dcf5567c
commit 4c5672774f
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -879,7 +879,7 @@ sub checksystemfeatures {
$feature{"TrackMemory"} = 0;
}
logmsg sprintf("* Env: %s%s%s%s%s", $valgrind?"Valgrind ":"",
logmsg sprintf("* Env: %s%s%s%s", $valgrind?"Valgrind ":"",
$run_duphandle?"test-duphandle ":"",
$run_event_based?"event-based ":"",
$nghttpx_h3);