Commit 1f52f12f authored by Nicolas Le Cam's avatar Nicolas Le Cam Committed by Alexandre Julliard

shell32/tests: Completly fix GetAttributesOf test when launched from drive root dir.

parent 3a0eb81c
......@@ -848,6 +848,8 @@ static void test_GetAttributesOf(void)
IMalloc_Free(ppM, newPIDL);
/* append testdirectory name to path */
if (cCurrDirA[len-1] == '\\')
cCurrDirA[len-1] = 0;
lstrcatA(cCurrDirA, "\\testdir");
MultiByteToWideChar(CP_ACP, 0, cCurrDirA, -1, cCurrDirW, MAX_PATH);
......
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