shell32/tests: Change to temp dir to be able to remove winetest dir.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
de37f020a2
commit
a615647435
|
@ -428,6 +428,8 @@ todo_wine
|
|||
ok(!verbs, "verbs is not null\n");
|
||||
}
|
||||
|
||||
GetTempPathW(MAX_PATH, wstr);
|
||||
SetCurrentDirectoryW(wstr);
|
||||
RemoveDirectoryW(winetestW);
|
||||
SetCurrentDirectoryW(orig_dir);
|
||||
|
||||
|
|
Loading…
Reference in New Issue