From 00b7f365bcbf6ab81e9a955f25b323c1497f822b Mon Sep 17 00:00:00 2001
From: Georg Ehrke <developer@georgehrke.com>
Date: Wed, 4 Jun 2014 17:18:20 +0200
Subject: [PATCH] remove not needed unlink in installer test

---
 tests/lib/installer.php | 3 ---
 1 file changed, 3 deletions(-)

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);
 	}
 }
-- 
GitLab