]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/mda.t
tests: get rid of unnecessary Cwd module use
[public-inbox.git] / t / mda.t
diff --git a/t/mda.t b/t/mda.t
index 5dbcec63fc100dfa5c60e84e0c82353a58c23d69..966600a899d56d792e24471145d2e62977a2d8b0 100644 (file)
--- a/t/mda.t
+++ b/t/mda.t
@@ -5,7 +5,7 @@ use warnings;
 use Test::More;
 use Email::MIME;
 use File::Temp qw/tempdir/;
-use Cwd;
+use Cwd qw(getcwd);
 use PublicInbox::MID qw(mid2path);
 eval { require IPC::Run };
 plan skip_all => "missing IPC::Run for t/mda.t" if $@;