Showing 1 changed files with 2 additions and 0 deletions
+2
xt/user.t
... ...
@@ -305,6 +305,8 @@ note 'User Account Settings';
305 305
     $t->content_like(qr/Create a new repository on the command line/);
306 306
     $t->content_like(qr/t1\.git/);
307 307
     $t->content_like(qr/Hello/);
308
+    ok(-f "$rep_home/kimoto1/t1.git/git-daemon-export-ok");
309
+    ok(-f "$rep_home/kimoto1/t1.git/hooks/post-update");
308 310
 
309 311
     # Create repository(with readme)
310 312
     $t->post_ok('/_new?op=create', form => {project => 't2', description => 'Hello', readme => 1});