]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/spamcheck_spamc.t
t/msgtime: skip test if timezone isn't UTC
[public-inbox.git] / t / spamcheck_spamc.t
index a4a01a8b98ce929cfca434fa3b6cda84b68a2a65..edfacc62ddef895f0e240dc6347b707f7985ad08 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2020 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use warnings;
@@ -6,7 +6,7 @@ use Test::More;
 use Email::Simple;
 use IO::File;
 use Fcntl qw(:DEFAULT SEEK_SET);
-require './t/common.perl';
+use PublicInbox::TestCommon;
 my ($tmpdir, $for_destroy) = tmpdir();
 
 use_ok 'PublicInbox::Spamcheck::Spamc';