msi/tests: Skip SourceDir tests on win9x.

This commit is contained in:
Hans Leidekker 2010-08-18 11:21:51 +02:00 committed by Alexandre Julliard
parent 7c89d4f28f
commit 0c044c10d0
1 changed files with 5 additions and 0 deletions

View File

@ -10572,6 +10572,11 @@ static void test_sourcedir_props(void)
{
UINT r;
if (on_win9x)
{
win_skip("skipping sourcedir tests on win9x\n");
return;
}
if (is_process_limited())
{
skip("process is limited\n");