From 0b98ce8ff5e5c12d66e65ac655ddd8a7d021ac39 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Thu, 20 Mar 2008 00:06:14 -0700 Subject: [PATCH] msi: Clean up the db when skipping the tests. --- dlls/msi/tests/db.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/msi/tests/db.c b/dlls/msi/tests/db.c index 5bb049ddb9..ac15d24e33 100644 --- a/dlls/msi/tests/db.c +++ b/dlls/msi/tests/db.c @@ -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; }