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

msi/tests: Remove a key after running tests.

parent 8d58a91f
......@@ -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)
......
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