diff options
Diffstat (limited to 'tests/lib/installer.php')
-rw-r--r-- | tests/lib/installer.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/installer.php b/tests/lib/installer.php index 97b14ef579a..09ad558e93c 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); } } |