kernel32/tests: Support broken GetTempPath return value on WinME.

This commit is contained in:
Alexandre Julliard 2009-01-29 22:07:50 +01:00
parent 687dfd69e9
commit b8712b7f8a
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ static void test_InitPathA(CHAR *newdir, CHAR *curDrive, CHAR *otherDrive)
"GetTempPathA returned a path that did not end in '\\'\n");
lstrcpyA(tmpstr,"aaaaaaaa");
len1=GetTempPathA(len,tmpstr);
ok(len1==len+1,
ok(len1==len+1 || broken(len1 == len), /* WinME */
"GetTempPathA should return string length %d instead of %d\n",len+1,len1);
/* Test GetTmpFileNameA