From ad2c9211bc91985da8fd59819a134d460ded13ae Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Tue, 10 Jun 2008 13:44:45 +0200 Subject: [PATCH] msi/tests: Cleanup registry after test. --- dlls/msi/tests/install.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 4dba0c60811..334e2485b39 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -4304,6 +4304,9 @@ static void test_writeregistryvalues(void) DeleteFile(msifile); DeleteFile("msitest\\augustus"); RemoveDirectory("msitest"); + + RegDeleteKeyA(HKEY_LOCAL_MACHINE, "SOFTWARE\\Wine\\msitest"); + RegDeleteKeyA(HKEY_LOCAL_MACHINE, "SOFTWARE\\Wine"); } static void test_sourcefolder(void) -- 2.11.4.GIT