From b37757830ae165064ca2581aae99ee8efdd69aab Mon Sep 17 00:00:00 2001 From: Liryna Date: Thu, 9 Nov 2017 14:12:43 +0100 Subject: [PATCH] MirrorTest - Fix spelling --- samples/mirror_test.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/mirror_test.ps1 b/samples/mirror_test.ps1 index 6deecd79f..92e9d0f9c 100644 --- a/samples/mirror_test.ps1 +++ b/samples/mirror_test.ps1 @@ -67,8 +67,8 @@ $ifstestParameters = @( "-t", "FileOpenByIDTest" # reason: FILE_OPEN_BY_FILE_ID not implemented in Mirror "-t", "OpenVolumeTest" # reason: We do not have FCB for \ to count open "-t", "CaseSensitiveTest" # reason: NTFS and CreateFile is not case sensitive by default - "-t", "ShortFileNameTest" # reason: shotname not supported by Mirror - "-t", "TunnelingTest" # reason: shotname not supported by Mirror + "-t", "ShortFileNameTest" # reason: shortname not supported by Mirror + "-t", "TunnelingTest" # reason: shortname not supported by Mirror "-t", "CompressionInformationTest" # reason: compression not supported "-t", "LinkInformationTest" # reason: file link not supported "-t", "AlternateNameInformationTest" # reason: alternate name not supported