>From 7495c268c739c650516946fcc4a9f2c1504c7f7c Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Sat, 6 Mar 2010 13:53:31 +0100 Subject: [PATCH 2/2] Remove a key after running tests --- dlls/msi/tests/install.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 62d1ef6..23b4564 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -8171,6 +8171,8 @@ static void test_feature_override(void) ok(delete_pf("msitest", FALSE), "File not installed\n"); delete_test_files(); + + RegDeleteKeyA(HKEY_LOCAL_MACHINE, "Software\\Wine\\msitest"); } static void test_create_folder(void) -- 1.6.2.5