mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use proper mount point for test files.
This commit is contained in:
@@ -40,7 +40,7 @@ public class MBR : FilesystemTest
|
||||
public MBR() : base("Coherent fs") {}
|
||||
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "COHERENT filesystem (MBR)");
|
||||
Path.Combine(Consts.TestFilesRoot, "Filesystems", "COHERENT filesystem (MBR)");
|
||||
public override IFilesystem Plugin => new SysVfs();
|
||||
public override bool Partitions => true;
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ public class Whole : FilesystemTest
|
||||
{
|
||||
public Whole() : base("Coherent fs") {}
|
||||
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "COHERENT filesystem");
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "COHERENT filesystem");
|
||||
|
||||
public override IFilesystem Plugin => new SysVfs();
|
||||
public override bool Partitions => false;
|
||||
|
||||
Reference in New Issue
Block a user