From: Viktor Szakats Date: Thu, 27 Nov 2025 12:02:49 +0000 (+0100) Subject: runtests: fix showing `nghttpx-h3` in the `Env:` log when detected X-Git-Tag: rc-8_18_0-1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eae2df837e8927bc43ab5b8994252f8b0b0f097a;p=thirdparty%2Fcurl.git runtests: fix showing `nghttpx-h3` in the `Env:` log when detected Ref: #19723 Closes #19728 --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 54ac77e2e9..3d557d1435 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -891,7 +891,7 @@ sub checksystemfeatures { $valgrind?"Valgrind ":"", $run_duphandle?"test-duphandle ":"", $run_event_based?"event-based ":"", - $nghttpx_h3, + $nghttpx_h3?"nghttpx-h3 " :"", $libtool?"Libtool ":""); if($env) { logmsg "* Env: $env\n";