]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/convert-compact.t
spawn: move run_die here from PublicInbox::Import
[public-inbox.git] / t / convert-compact.t
index e479476d8589aac7be5a6f024febf31df9002682..fe8a7ec22fddbaf8c6eba879081f9fbea30a018e 100644 (file)
@@ -21,8 +21,8 @@ my $ibx = {
 
 PublicInbox::Import::init_bare($ibx->{inboxdir});
 ok(umask(077), 'set restrictive umask');
-ok(PublicInbox::Import::run_die([qw(git) , "--git-dir=$ibx->{inboxdir}",
-       qw(config core.sharedRepository 0644)]), 'set sharedRepository');
+xsys_e(qw(git) , "--git-dir=$ibx->{inboxdir}",
+       qw(config core.sharedRepository 0644));
 $ibx = PublicInbox::Inbox->new($ibx);
 my $im = PublicInbox::Import->new($ibx->git, undef, undef, $ibx);
 my $mime = PublicInbox::Eml->new(<<'EOF');