diff --git a/dlls/shell32/tests/shelldispatch.c b/dlls/shell32/tests/shelldispatch.c index 80ca8ad38b7..70b6c36f87a 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);