about summary refs log tree commit homepage
path: root/t/altid.t
diff options
context:
space:
mode:
Diffstat (limited to 't/altid.t')
-rw-r--r--t/altid.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/altid.t b/t/altid.t
index 6c34cdd6..3134e627 100644
--- a/t/altid.t
+++ b/t/altid.t
@@ -23,9 +23,9 @@ my $ibx;
 }
 
 {
-        is(system(qw(git init -q --bare), $git_dir), 0, 'git init ok');
         my $git = PublicInbox::Git->new($git_dir);
         my $im = PublicInbox::Import->new($git, 'testbox', 'test@example');
+        $im->init_bare;
         $im->add(Email::MIME->create(
                 header => [
                         From => 'a@example.com',