Skip to content

Commit

Permalink
IFSTest - Update dokan device name for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien JUND committed Sep 21, 2017
1 parent 1575db7 commit af49c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/mirror_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $ifstestParameters = @(
"-g", "EaInformation"
"-g", "FileSystemControlGeneral" # reason: Retrieval Pointers fsctl not supported
"/v", # verbose output
"/d", "\Device\Dokan_1" # Dokan device named need for FileSystemDeviceOpenTest
"/d", "\Device\Dokan_2" # Dokan device named need for FileSystemDeviceOpenTest
"/r", "$fsTestPath2" # SimpleRenameInformationTest need an extra volum
"/u", $ifstest_user,
"/U", $ifstest_pass
Expand Down

0 comments on commit af49c72

Please sign in to comment.