xcopy/tests: Reset "current directory" of current process.

Alexandre Julliard julliard at winehq.org
Mon Feb 29 00:25:46 CST 2016


Jactry Zeng <jzeng at codeweavers.com> writes:

> @@ -97,4 +99,5 @@ START_TEST(xcopy)
>  
>      DeleteFileA("xcopy1");
>      RemoveDirectoryA("xcopytest");
> +    SetCurrentDirectoryW(curdir);

Restoring the directory at process exit is not useful.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list