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.Use proper mount point for test files.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Aaru.Tests.Filesystems.AOFS
|
||||
public MBR_RDB() : base("Amiga OFS") {}
|
||||
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Old File System (MBR+RDB)");
|
||||
Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Old File System (MBR+RDB)");
|
||||
public override IFilesystem Plugin => new AmigaDOSPlugin();
|
||||
public override bool Partitions => true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user