about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2021-10-24 23:43:36 +0200
committerEric Wong <e@80x24.org>2021-10-24 23:57:52 +0000
commitb5454f38b1903735594e3c253617a66dd267062f (patch)
treea08d9c731ffafb61a3ed55ca9f523cafcff4443c /t
parent78bb0db52870deeb72b0488d78dd97ddb253f4c8 (diff)
downloadpublic-inbox-b5454f38b1903735594e3c253617a66dd267062f.tar.gz
Diffstat (limited to 't')
-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: $!";