From af49c7200fefe9d46d06a00f9413b466142af746 Mon Sep 17 00:00:00 2001 From: Adrien JUND Date: Thu, 21 Sep 2017 09:45:14 +0200 Subject: [PATCH] IFSTest - Update dokan device name for 2.0.0 --- samples/mirror_test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/mirror_test.ps1 b/samples/mirror_test.ps1 index 6deecd79f..097729ad0 100644 --- a/samples/mirror_test.ps1 +++ b/samples/mirror_test.ps1 @@ -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