msi: Clean up the db when skipping the tests.

This commit is contained in:
James Hawkins 2008-03-20 00:06:14 -07:00 committed by Alexandre Julliard
parent a9ebec9849
commit 0b98ce8ff5

View file

@ -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;
}