]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/nntpd-validate.t
nntp: inline CRLF in all response lines
[public-inbox.git] / xt / nntpd-validate.t
index bf5c1ba8e9144435467ab277edea0b7457dd025e..83f024f984ebdf9f56d45c433fd919201ba9ead7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2019-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # Integration test to validate compression.
@@ -169,8 +169,7 @@ sub make_local_server {
                open my $fh, '>', $_ or die "truncate: $!";
        }
        my $sock = tcp_server();
-       ok($sock, 'sock created');
-       $host_port = $sock->sockhost . ':' . $sock->sockport;
+       $host_port = tcp_host_port($sock);
 
        # not using multiple workers, here, since we want to increase
        # the chance of tripping concurrency bugs within PublicInbox/NNTP*.pm