Commit cf2098cf authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shell32/tests: Ensure that tmpdir contains long path name.

parent 1e7116ca
......@@ -2540,6 +2540,7 @@ static void init_test(void)
GetTempPathA(sizeof(filename), filename);
GetTempFileNameA(filename, "wt", 0, tmpdir);
GetLongPathNameA(tmpdir, tmpdir, sizeof(tmpdir));
DeleteFileA( tmpdir );
rc = CreateDirectoryA( tmpdir, NULL );
ok( rc, "failed to create %s err %u\n", tmpdir, GetLastError() );
......
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