diff --git a/tst/passthrough-dotnet/Program.cs b/tst/passthrough-dotnet/Program.cs index 031473f2..6594716c 100644 --- a/tst/passthrough-dotnet/Program.cs +++ b/tst/passthrough-dotnet/Program.cs @@ -311,6 +311,7 @@ namespace passthrough Host.PersistentAcls = true; Host.PostCleanupWhenModifiedOnly = true; Host.PassQueryDirectoryPattern = true; + Host.FlushAndPurgeOnCleanup = true; Host.VolumeCreationTime = (UInt64)File.GetCreationTimeUtc(_Path).ToFileTimeUtc(); Host.VolumeSerialNumber = 0; return STATUS_SUCCESS;