From b5454f38b1903735594e3c253617a66dd267062f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sun, 24 Oct 2021 23:43:36 +0200 Subject: [PATCH] t/git: support non-master default branch --- t/git.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: $!"; -- 2.44.0