We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1575db7 commit af49c72Copy full SHA for af49c72
samples/mirror_test.ps1
@@ -89,7 +89,7 @@ $ifstestParameters = @(
89
"-g", "EaInformation"
90
"-g", "FileSystemControlGeneral" # reason: Retrieval Pointers fsctl not supported
91
"/v", # verbose output
92
- "/d", "\Device\Dokan_1" # Dokan device named need for FileSystemDeviceOpenTest
+ "/d", "\Device\Dokan_2" # Dokan device named need for FileSystemDeviceOpenTest
93
"/r", "$fsTestPath2" # SimpleRenameInformationTest need an extra volum
94
"/u", $ifstest_user,
95
"/U", $ifstest_pass
0 commit comments