X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fpurge.t;fp=t%2Fpurge.t;h=db09b731f9cf871d717f6088e7240386c100975a;hb=fda0f1721b2dc1d2852388473f7da50ff230a3b6;hp=12644d691f038b3034c97280fb45a3e557f2fc14;hpb=ad6f26f3b9f0e428020d05667987556f8fcbec2f;p=public-inbox.git diff --git a/t/purge.t b/t/purge.t index 12644d69..db09b731 100644 --- 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';