]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/git: support non-master default branch
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 24 Oct 2021 21:43:36 +0000 (23:43 +0200)
committerEric Wong <e@80x24.org>
Sun, 24 Oct 2021 23:57:52 +0000 (23:57 +0000)
t/git.t

diff --git a/t/git.t b/t/git.t
index 08b4a9182f60832794292d1aed572fa1741323a3..56fc8d953f01d548b2f67e6655d3b06214f5ed1f 100644 (file)
--- 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: $!";