From 2d51a2accd28465c915f91ab48c7e52a81d87a68 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 14 May 2019 03:32:03 +0000 Subject: tests: get rid of unnecessary Cwd module use We only need it for tests that chdir, and maybe for ENV{PATH} portability (dash seems fine, not sure about others). v2: revert change to solver_git.t for FreeBSD 11.2 and document --- t/nntpd.t | 1 - 1 file changed, 1 deletion(-) (limited to 't/nntpd.t') diff --git a/t/nntpd.t b/t/nntpd.t index ec0a621c..b8a84a0c 100644 --- a/t/nntpd.t +++ b/t/nntpd.t @@ -9,7 +9,6 @@ foreach my $mod (qw(DBD::SQLite Search::Xapian)) { } require PublicInbox::SearchIdx; require PublicInbox::Msgmap; -use Cwd; use Email::Simple; use IO::Socket; use Socket qw(IPPROTO_TCP TCP_NODELAY); -- cgit v1.2.3-24-ge0c7