From cdf4bec6a1f9b30ca9b8e5a121582689c91c351d Mon Sep 17 00:00:00 2001
From: Florin Peter <github@florin-peter.de>
Date: Tue, 7 May 2013 22:19:48 +0200
Subject: [PATCH] fix for tearDownFS, after filesystem::tearDown() the root is
 not mounted

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

diff --git a/lib/util.php b/lib/util.php
index 38453c1ce9..4fc1e8b232 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -66,6 +66,7 @@ class OC_Util {
 	public static function tearDownFS() {
 		\OC\Files\Filesystem::tearDown();
 		self::$fsSetup=false;
+        self::$rootMounted=false;
 	}
 
 	/**
-- 
GitLab