]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/purge.t
tests: quiet down commit graph
[public-inbox.git] / t / purge.t
index 12644d691f038b3034c97280fb45a3e557f2fc14..db09b731f9cf871d717f6088e7240386c100975a 100644 (file)
--- a/t/purge.t
+++ b/t/purge.t
@@ -11,6 +11,7 @@ foreach my $mod (@mods) {
        plan skip_all => "missing $mod for t/purge.t" if $@;
 };
 use Cwd qw(abs_path); # we need this since we chdir below
+local $ENV{HOME} = abs_path('t');
 my $purge = abs_path('blib/script/public-inbox-purge');
 my ($tmpdir, $for_destroy) = tmpdir();
 use_ok 'PublicInbox::V2Writable';