From: Oto Šťáva Date: Tue, 15 Nov 2022 07:22:41 +0000 (+0100) Subject: tests/config/doh2.test.lua: restore commented-out randomization X-Git-Tag: v6.0.2~42^2~30 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cbf931862d22cdd705196239092f437c7013bd01;p=thirdparty%2Fknot-resolver.git tests/config/doh2.test.lua: restore commented-out randomization --- diff --git a/tests/config/doh2.test.lua b/tests/config/doh2.test.lua index c35c7a4f7..2360e7f48 100644 --- a/tests/config/doh2.test.lua +++ b/tests/config/doh2.test.lua @@ -77,8 +77,7 @@ end local bound, port local host = '127.0.0.1' for _ = 1,10 do - --port = math.random(30000, 39999) - port = 30000 + port = math.random(30000, 39999) bound = pcall(net.listen, host, port, { kind = 'doh2'}) if bound then break