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:
@@ -36,7 +36,7 @@ namespace Aaru.Tests.Partitions
|
||||
public class Rdb : PartitionSchemeTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Rigid Disk Block");
|
||||
Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Rigid Disk Block");
|
||||
|
||||
public override PartitionTest[] Tests => new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user