From: Yuxuan Shui yshui@codeweavers.com
--- dlls/shell32/tests/shlexec.c | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c index 92219bd58e6..c9e23c7062e 100644 --- a/dlls/shell32/tests/shlexec.c +++ b/dlls/shell32/tests/shlexec.c @@ -2358,14 +2358,8 @@ static void test_exes(void) /* Check the correct search path is used */ GetCurrentDirectoryA(MAX_PATH, curdir); SetCurrentDirectoryA(tmpdir); - rc = CreateDirectoryA("tmpdir", NULL); - okShell(rc || GetLastError() == ERROR_ALREADY_EXISTS, "Failed to create 'tmpdir' err %lu\n", GetLastError()); - SetCurrentDirectoryA("tmpdir"); rc = shell_execute(NULL, basename, params, NULL); - trace("shell_execute(%s) returned %Iu\n", basename, rc); todo_wine okShell(rc == SE_ERR_FNF, "returned %Iu\n", rc); - SetCurrentDirectoryA(".."); - RemoveDirectoryA("tmpdir"); SetCurrentDirectoryA(curdir);
if (!skip_shlexec_tests)