Commit 11894cc7 authored by Alexandre Julliard's avatar Alexandre Julliard

msi/tests: Make sure to delete the test data file.

parent dbd43c62
......@@ -1924,6 +1924,7 @@ static void test_try_transform(void)
ok( r == ERROR_SUCCESS , "Failed to commit database\n" );
MsiCloseHandle( hdb );
DeleteFileA("testdata.bin");
/*
* Both these generate an equivilent transform,
......
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