summaryrefslogtreecommitdiff
path: root/test/t/00-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/00-basic.t')
-rw-r--r--test/t/00-basic.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/t/00-basic.t b/test/t/00-basic.t
index 3d5503a08..af7414aa2 100644
--- a/test/t/00-basic.t
+++ b/test/t/00-basic.t
@@ -20,6 +20,7 @@ subtest 'dynamic_socket' => sub {
ok my $socket = Exim::Runtest::dynamic_socket() => 'got a socket';
diag "got socket on port @{[$socket->sockport]}";
isa_ok $socket => 'IO::Socket::INET';
+ cmp_ok $socket->sockport(), '>=', 1024 => 'port is >= 1024';
$socket->close;
};