From: Richard Hartmann Date: Sun, 29 Nov 2015 20:58:57 +0000 (+0100) Subject: Merge pull request #149 from dottedmag/fix-test-git-22 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/59c4a2dc3b7f47d59a7e89bfae60140ac09177dc?hp=cf9bd27d5bcbecf461b55acd76dbf57679e4a6b3 Merge pull request #149 from dottedmag/fix-test-git-22 Fix tests under git-2.2 --- diff --git a/t/100-init.t b/t/100-init.t index f8cb5ef..80a10c9 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';