We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94444c2 commit d72c8dfCopy full SHA for d72c8df
t/mldistwatch-big.t
@@ -67,8 +67,9 @@ subtest "first indexing" => sub {
67
68
subtest "meagre git tests" => sub {
69
ok(
70
- -e $result->tmpdir->file('git/.git/refs/heads/master'),
71
- "we now have a master commit",
+ -e $result->tmpdir->file('git/.git/refs/heads/master')
+ || -e $result->tmpdir->file('git/.git/refs/heads/main'),
72
+ "we now have a master or main commit",
73
);
74
};
75
0 commit comments