msi/tests: Remove a key after running tests.
This commit is contained in:
parent
8d58a91fa3
commit
e5c182f0df
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue