fix for tearDownFS, after filesystem::tearDown() the root is not mounted
This commit is contained in:
parent
4b53f72d0d
commit
cdf4bec6a1
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ class OC_Util {
|
|||
public static function tearDownFS() {
|
||||
\OC\Files\Filesystem::tearDown();
|
||||
self::$fsSetup=false;
|
||||
self::$rootMounted=false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue