]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/mda.t
tests: move t/common.perl to PublicInbox::TestCommon
[public-inbox.git] / t / mda.t
diff --git a/t/mda.t b/t/mda.t
index 3686a97bbe42977b23cbbba428ec16f830cc8fdf..4556e3234e9c7adfc6682aa7cff6bde9ba8f7563 100644 (file)
--- a/t/mda.t
+++ b/t/mda.t
@@ -7,7 +7,7 @@ use Email::MIME;
 use Cwd qw(getcwd);
 use PublicInbox::MID qw(mid2path);
 use PublicInbox::Git;
-require './t/common.perl';
+use PublicInbox::TestCommon;
 my ($tmpdir, $for_destroy) = tmpdir();
 my $home = "$tmpdir/pi-home";
 my $pi_home = "$home/.public-inbox";