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