From 23cb8112fcea5a93dfedbe26433dd1f469c98670 Mon Sep 17 00:00:00 2001
From: Vincent Petry <pvince81@owncloud.com>
Date: Fri, 27 Mar 2015 15:54:29 +0100
Subject: [PATCH] Add logout in share test to avoid nasty side effects

---
 tests/lib/share/share.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/lib/share/share.php b/tests/lib/share/share.php
index 2bc1e320e5..4353986650 100644
--- a/tests/lib/share/share.php
+++ b/tests/lib/share/share.php
@@ -101,6 +101,7 @@ class Test_Share extends \Test\TestCase {
 		OC_Group::deleteGroup($this->group2);
 		OC_Group::deleteGroup($this->groupAndUser);
 
+		$this->logout();
 		parent::tearDown();
 	}
 
-- 
GitLab