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