[PATCH 2/2] shell32/tests: Change to temp dir to be able to remove winetest dir.

Alex Henrie alexhenrie24 at gmail.com
Tue Jul 19 23:43:07 CDT 2016


I missed this in the original patch, sorry.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/shell32/tests/shelldispatch.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/shell32/tests/shelldispatch.c b/dlls/shell32/tests/shelldispatch.c
index 80ca8ad..70b6c36 100644
--- a/dlls/shell32/tests/shelldispatch.c
+++ b/dlls/shell32/tests/shelldispatch.c
@@ -428,6 +428,8 @@ todo_wine
         ok(!verbs, "verbs is not null\n");
     }
 
+    GetTempPathW(MAX_PATH, wstr);
+    SetCurrentDirectoryW(wstr);
     RemoveDirectoryW(winetestW);
     SetCurrentDirectoryW(orig_dir);
 
-- 
2.9.0




More information about the wine-patches mailing list