[3/5] msi/tests: Skip SourceDir tests on win9x.

Hans Leidekker hans at codeweavers.com
Wed Aug 18 04:21:51 CDT 2010


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

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index 72b16de..7be5094 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -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");
-- 
1.7.0.4







More information about the wine-patches mailing list