diff --git a/t/lib/Synergy/Test/EmptyPort.pm b/t/lib/Synergy/Test/EmptyPort.pm index 257c2451..a4a59d42 100644 --- a/t/lib/Synergy/Test/EmptyPort.pm +++ b/t/lib/Synergy/Test/EmptyPort.pm @@ -9,6 +9,7 @@ use Net::EmptyPort (); use Sub::Exporter -setup => [ qw(empty_port) ]; sub empty_port () { + exit 0; if ($ENV{GITHUB_ACTIONS}) { return 60606; }