mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove statfs test as it is test elsewhere.
This commit is contained in:
@@ -53,15 +53,7 @@ namespace Aaru.Tests.Filesystems.CPM
|
||||
SectorSize = 256,
|
||||
Bootable = true,
|
||||
Clusters = 316,
|
||||
ClusterSize = 2048, Info =new Aaru.CommonTypes.Structs.FileSystemInfo
|
||||
{
|
||||
Blocks = 317,
|
||||
FilenameLength = 11,
|
||||
Files = 38,
|
||||
FreeBlocks = 279,
|
||||
PluginId = Plugin.Id,
|
||||
Type = "CP/M filesystem"
|
||||
}
|
||||
ClusterSize = 2048
|
||||
},
|
||||
new FileSystemTest
|
||||
{
|
||||
@@ -71,15 +63,7 @@ namespace Aaru.Tests.Filesystems.CPM
|
||||
SectorSize = 256,
|
||||
Bootable = true,
|
||||
Clusters = 316,
|
||||
ClusterSize = 2048, Info =new Aaru.CommonTypes.Structs.FileSystemInfo
|
||||
{
|
||||
Blocks = 317,
|
||||
FilenameLength = 11,
|
||||
Files = 128,
|
||||
FreeBlocks = 189,
|
||||
PluginId = Plugin.Id,
|
||||
Type = "CP/M filesystem"
|
||||
}
|
||||
ClusterSize = 2048
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user