Commit 0b98ce8f authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Clean up the db when skipping the tests.

parent a9ebec98
......@@ -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;
}
......
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