Commit 0c044c10 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi/tests: Skip SourceDir tests on win9x.

parent 7c89d4f2
......@@ -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");
......
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