Skip to content
Snippets Groups Projects
Commit c040eb7b authored by Mikhail Gusarov's avatar Mikhail Gusarov
Browse files

Fix tests under git 2.2

'branches' directory was obsolete and finally removed in recent git
versions.
parent d37468d9
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ ok $output eq "test1:\n\n", 'Our new repo is there';
chdir $ENV{"HOME"} . '/.config/vcsh/repo.d/test1.git/' or die $!;
ok -f 'HEAD';
ok -d 'branches';
ok -f 'config';
ok -f 'description';
ok -d 'hooks';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment