Small fixes to gitlist multidir.

This commit is contained in:
Wim Rijnders
2013-01-27 23:41:33 +01:00
parent 81ed4648b8
commit 051c30befb
2 changed files with 3 additions and 1 deletions

View File

@@ -109,6 +109,8 @@ class InterfaceTest extends WebTestCase
$repository->setConfig('user.email', 'luke@rebel.org');
$repository->addAll();
$repository->commit("Initial commit");
$git->deleteCached();
}
public function createApplication()