Commit 02d14c85 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

msi/tests: Don't create a directory that's not needed.

parent 1afbc2c9
......@@ -2489,7 +2489,6 @@ static void test_transformprop(void)
UINT r;
CreateDirectoryA("msitest", NULL);
CreateDirectoryA("msitest\\msitest", NULL);
create_file("msitest\\augustus", 500);
create_database(msifile, tp_tables, sizeof(tp_tables) / sizeof(msi_table));
......
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