Remove statfs test as it is test elsewhere.

This commit is contained in:
2021-06-01 12:49:40 +01:00
parent cf31ee9db2
commit cf450db0ef
9 changed files with 12 additions and 141 deletions

View File

@@ -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
}
};
}