[PATCH 2/2] Skip some tests on Win9x/WinMe

Paul Vriens Paul.Vriens.Wine at gmail.com
Fri Sep 18 04:53:52 CDT 2009


---
 dlls/msi/tests/install.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index 1e55c81..a2b2dca 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -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));
 
-- 
1.6.2.5


--------------050809090106010500020103--



More information about the wine-patches mailing list