msi/tests: Skip a test if the process is limited.

oldstable
Hans Leidekker 2011-08-24 10:22:17 +02:00 committed by Alexandre Julliard
parent 0dec906d61
commit d7952d8a24
1 changed files with 6 additions and 0 deletions

View File

@ -4721,6 +4721,12 @@ static void test_create_remove_folder(void)
{
UINT r;
if (is_process_limited())
{
skip("process is limited\n");
return;
}
CreateDirectoryA("msitest", NULL);
CreateDirectoryA("msitest\\first", NULL);
CreateDirectoryA("msitest\\second", NULL);