diff --git a/tests/lib/installer.php b/tests/lib/installer.php index 97b14ef579..09ad558e93 100644 --- a/tests/lib/installer.php +++ b/tests/lib/installer.php @@ -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); } }