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
1 changed files with 2 additions and 0 deletions

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