]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: tests: run stunnel for HTTPS and FTPS on dynamic ports
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Apr 2020 07:57:22 +0000 (09:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Apr 2020 12:17:15 +0000 (14:17 +0200)
commit9a8fa076bff31b55b6d12c0c6da7448ec4ecdf67
treea111e13dff4c1842f9e21534dea36e6e9026a1d6
parentd1239b50bececdb84e748da9528223c516ad8308
tests: tests: run stunnel for HTTPS and FTPS on dynamic ports

As stunnel is an external tool and it has no specific option to export
the actually used port number when asked to listen to 0, runtests
instead iterates over ten randomly picked high number ports and sticks
to the first one stunnel can listen to.

Closes #5267
tests/runtests.pl