mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
chore(snowflakes): don't remove file lock directory during tests
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
This commit is contained in:
parent
65c9e346da
commit
e15b429aea
1 changed files with 0 additions and 1 deletions
|
|
@ -30,6 +30,5 @@ class FileSequenceTest extends ISequenceBase {
|
|||
foreach (glob($lockDirectory . '/*') as $file) {
|
||||
unlink($file);
|
||||
}
|
||||
rmdir($lockDirectory);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue