Commit 6867de07 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

msi/tests: Skip some tests on Win9x/WinMe.

parent 0f670168
......@@ -6271,6 +6271,12 @@ static void test_envvar(void)
DWORD type, size;
char buffer[16];
if (on_win9x)
{
win_skip("Environment variables are handled differently on Win9x and WinMe\n");
return;
}
create_test_files();
create_database(msifile, env_tables, sizeof(env_tables) / sizeof(msi_table));
......
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