Hans Leidekker : msi/tests: Skip SourceDir tests on win9x.

Alexandre Julliard julliard at winehq.org
Wed Aug 18 12:09:58 CDT 2010


Module: wine
Branch: master
Commit: 0c044c10d005c6ee774761108f07fefa453cd755
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0c044c10d005c6ee774761108f07fefa453cd755

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Wed Aug 18 11:21:51 2010 +0200

msi/tests: Skip SourceDir tests on win9x.

---

 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");




More information about the wine-cvs mailing list