about summary refs log tree commit homepage
path: root/t/html_index.t
diff options
context:
space:
mode:
Diffstat (limited to 't/html_index.t')
-rw-r--r--t/html_index.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/html_index.t b/t/html_index.t
index 158a7862..fda3962a 100644
--- a/t/html_index.t
+++ b/t/html_index.t
@@ -22,7 +22,7 @@ my $im = PublicInbox::Import->new($git, 'tester', 'test@example');
 
 # setup
 {
-        is(0, system(qw(git init -q --bare), $git_dir), "git init");
+        $im->init_bare;
         my $prev = "";
 
         foreach my $i (1..6) {