remove not needed unlink in installer test

This commit is contained in:
Georg Ehrke 2014-06-04 17:18:20 +02:00
parent 724d027f19
commit 00b7f365bc
1 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@ class Test_Installer extends PHPUnit_Framework_TestCase {
//clean-up
OC_Installer::removeApp(self::$appid);
unlink($tmp);
}
public function testUpdateApp() {
@ -68,7 +67,5 @@ class Test_Installer extends PHPUnit_Framework_TestCase {
//clean-up
OC_Installer::removeApp(self::$appid);
unlink($oldTmp);
unlink($newTmp);
}
}