Commit a6156474 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32/tests: Change to temp dir to be able to remove winetest dir.

parent de37f020
......@@ -428,6 +428,8 @@ todo_wine
ok(!verbs, "verbs is not null\n");
}
GetTempPathW(MAX_PATH, wstr);
SetCurrentDirectoryW(wstr);
RemoveDirectoryW(winetestW);
SetCurrentDirectoryW(orig_dir);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment