[Pkg-owncloud-commits] [owncloud] 11/223: remove not needed unlink in installer test
David Prévot
taffit at moszumanska.debian.org
Sun Jun 22 01:53:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 00b7f365bcbf6ab81e9a955f25b323c1497f822b
Author: Georg Ehrke <developer at georgehrke.com>
Date: Wed Jun 4 17:18:20 2014 +0200
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 97b14ef..09ad558 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);
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list