about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--t/git.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/git.t b/t/git.t
index 08b4a918..56fc8d95 100644
--- a/t/git.t
+++ b/t/git.t
@@ -9,7 +9,7 @@ use POSIX qw(strftime);
 use PublicInbox::Git;
 
 {
-        PublicInbox::Import::init_bare($dir);
+        PublicInbox::Import::init_bare($dir, 'master');
         my $fi_data = './t/git.fast-import-data';
         open my $fh, '<', $fi_data or die
                 "fast-import data readable (or run test at top level: $!";