tst: memfs-dotnet: testing EA support

This commit is contained in:
Bill Zissimopoulos
2019-03-19 15:27:43 -07:00
parent ff94a63c37
commit 37bcfc888a
2 changed files with 5 additions and 4 deletions

View File

@ -273,6 +273,7 @@ namespace memfs
Host.NamedStreams = true;
Host.PostCleanupWhenModifiedOnly = true;
Host.PassQueryDirectoryFileName = true;
Host.ExtendedAttributes = true;
return STATUS_SUCCESS;
}