diff --git a/t/100-init.t b/t/100-init.t
index f8cb5ef242f05cdbf7972c1ec9d983226d115cbc..80a10c9e6469c1f57cb90c758e5364ee9d51ccea 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';