diff --git a/tst/memfs-dotnet/Program.cs b/tst/memfs-dotnet/Program.cs index 22602110..6e44ae1a 100644 --- a/tst/memfs-dotnet/Program.cs +++ b/tst/memfs-dotnet/Program.cs @@ -341,7 +341,6 @@ namespace memfs FileNode.FileInfo.FileAttributes = 0 != (FileAttributes & (UInt32)System.IO.FileAttributes.Directory) ? FileAttributes : FileAttributes | (UInt32)System.IO.FileAttributes.Archive; FileNode.FileSecurity = SecurityDescriptor; - FileNode.FileInfo.AllocationSize = AllocationSize; if (0 != AllocationSize) { Result = SetFileSizeInternal(FileNode, AllocationSize, true);