X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhtml_index.t;h=51ea9a25fb4ed6bb876154b80b416ea43d55a33f;hb=ad6f26f3b9f0e428020d05667987556f8fcbec2f;hp=2f4b4d1b71747b2b42227677f46dc1f072c540aa;hpb=2a3e3a0469f54f6a4f80bf04614e5ddd794a6c5e;p=public-inbox.git diff --git a/t/html_index.t b/t/html_index.t index 2f4b4d1b..51ea9a25 100644 --- a/t/html_index.t +++ b/t/html_index.t @@ -8,8 +8,8 @@ use PublicInbox::Feed; use PublicInbox::Git; use PublicInbox::Import; use PublicInbox::Inbox; -use File::Temp qw/tempdir/; -my $tmpdir = tempdir('pi-http-XXXXXX', TMPDIR => 1, CLEANUP => 1); +require './t/common.perl'; +my ($tmpdir, $for_destroy) = tmpdir(); my $git_dir = "$tmpdir/gittest"; my $ibx = PublicInbox::Inbox->new({ address => 'test@example',