msi: Clean up the db when skipping the tests.
This commit is contained in:
parent
a9ebec9849
commit
0b98ce8ff5
|
@ -1647,6 +1647,8 @@ static void test_msiimport(void)
|
|||
{
|
||||
/* win9x doesn't handle this case */
|
||||
skip("endlines not handled correctly.\n");
|
||||
MsiCloseHandle(hdb);
|
||||
DeleteFileA(msifile);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue