From c040eb7b500fdca74e28022cfba86180b714207f Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Mon, 2 Mar 2015 19:24:08 +0100 Subject: [PATCH] Fix tests under git 2.2 'branches' directory was obsolete and finally removed in recent git versions. --- t/100-init.t | 1 - 1 file changed, 1 deletion(-) 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'; -- 2.39.5