]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: fix showing `nghttpx-h3` in the `Env:` log when detected
authorViktor Szakats <commit@vsz.me>
Thu, 27 Nov 2025 12:02:49 +0000 (13:02 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 27 Nov 2025 14:05:08 +0000 (15:05 +0100)
Ref: #19723
Closes #19728

tests/runtests.pl

index 54ac77e2e963620bdaf72736929dd20afc45325c..3d557d1435ed0f199c4d2a01d177e4ce800c208b 100755 (executable)
@@ -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";