Module: wine Branch: master Commit: 6867de0714cdf717b485c956a28e13434004e896 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6867de0714cdf717b485c956a2...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Fri Sep 18 11:53:52 2009 +0200
msi/tests: Skip some tests on Win9x/WinMe.
---
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));