From: Mikhail Gusarov Date: Mon, 2 Mar 2015 18:24:08 +0000 (+0100) Subject: Fix tests under git 2.2 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/c040eb7b500fdca74e28022cfba86180b714207f Fix tests under git 2.2 'branches' directory was obsolete and finally removed in recent git versions. --- diff --git a/t/100-init.t b/t/100-init.t index f2b3a05..b25499e 100644 --- a/t/100-init.t +++ b/t/100-init.t @@ -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';