Skip to content
Snippets Groups Projects
Commit cdf4bec6 authored by Florin Peter's avatar Florin Peter
Browse files

fix for tearDownFS, after filesystem::tearDown() the root is not mounted

parent 4b53f72d
Branches
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ class OC_Util { ...@@ -66,6 +66,7 @@ class OC_Util {
public static function tearDownFS() { public static function tearDownFS() {
\OC\Files\Filesystem::tearDown(); \OC\Files\Filesystem::tearDown();
self::$fsSetup=false; self::$fsSetup=false;
self::$rootMounted=false;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment