]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: run the TFTP test server on a dynamic port number
authorDaniel Stenberg <daniel@haxx.se>
Sun, 19 Apr 2020 21:29:21 +0000 (23:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Apr 2020 07:13:20 +0000 (09:13 +0200)
commit369ce38ac1dacd16a87f91694a05c5c143e18d80
tree508f3f0a946209c8200d3358f7eddb60353ec4fb
parent5811beba391baefad41cd6f8f4fa4e3862098813
tests: run the TFTP test server on a dynamic port number

Picking a dynamic unused port is better than a fixed to avoid the
collision risk.

Closes #5265
tests/runtests.pl
tests/server/tftpd.c
tests/tftpserver.pl