Commit ad2c9211 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

msi/tests: Cleanup registry after test.

parent 08e38e86
...@@ -4304,6 +4304,9 @@ static void test_writeregistryvalues(void) ...@@ -4304,6 +4304,9 @@ static void test_writeregistryvalues(void)
DeleteFile(msifile); DeleteFile(msifile);
DeleteFile("msitest\\augustus"); DeleteFile("msitest\\augustus");
RemoveDirectory("msitest"); RemoveDirectory("msitest");
RegDeleteKeyA(HKEY_LOCAL_MACHINE, "SOFTWARE\\Wine\\msitest");
RegDeleteKeyA(HKEY_LOCAL_MACHINE, "SOFTWARE\\Wine");
} }
static void test_sourcefolder(void) static void test_sourcefolder(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment