Actions
Bug #35183
closeddns_dnscmd_main uses timeout as a global method
Description
At least in Ruby 3.1 timeout() is no longer a global method and it must be called as Timeout::timeout. This fails the test suite.
Actions
Description
At least in Ruby 3.1 timeout() is no longer a global method and it must be called as Timeout::timeout. This fails the test suite.