about summary refs log tree commit homepage
path: root/t/purge.t
diff options
context:
space:
mode:
Diffstat (limited to 't/purge.t')
-rw-r--r--t/purge.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/purge.t b/t/purge.t
index b518c26f..574935e0 100644
--- a/t/purge.t
+++ b/t/purge.t
@@ -35,12 +35,11 @@ Hello World
 
 EOF
 
-local $ENV{NPROC} = '1';
 my $cfgfile = "$tmpdir/config";
 local $ENV{PI_CONFIG} = $cfgfile;
 open my $cfg_fh, '>', $cfgfile or die "open: $!";
 
-my $v2w = PublicInbox::V2Writable->new($ibx, 1);
+my $v2w = PublicInbox::V2Writable->new($ibx, {nproc => 1});
 my $mime = PublicInbox::MIME->new($raw);
 ok($v2w->add($mime), 'add message to be purged');
 $v2w->done;