about summary refs log tree commit homepage
path: root/xt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-10-27 22:21:15 +0000
committerEric Wong <e@80x24.org>2023-10-28 09:08:19 +0000
commita2cb4e607271e2c86988f69afc2fdaee815fd381 (patch)
treebb7511ed7fa0c0b284b503f5ba9d8bdb649a5a52 /xt
parent1469e340205a85d763df556af5e17384394ca4c0 (diff)
downloadpublic-inbox-a2cb4e607271e2c86988f69afc2fdaee815fd381.tar.gz
Found while hunting for popen_rd calls.
Diffstat (limited to 'xt')
-rw-r--r--xt/eml_check_limits.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/xt/eml_check_limits.t b/xt/eml_check_limits.t
index a6d010af..1f89c6d4 100644
--- a/xt/eml_check_limits.t
+++ b/xt/eml_check_limits.t
@@ -1,15 +1,13 @@
 #!perl -w
-# Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use v5.10.1;
-use Test::More;
 use PublicInbox::TestCommon;
 use PublicInbox::Eml;
 use PublicInbox::Inbox;
 use List::Util qw(max);
 use Benchmark qw(:all :hireswallclock);
-use PublicInbox::Spawn qw(popen_rd);
 use Carp ();
 require_git(2.19); # for --unordered
 require_mods(qw(BSD::Resource));