msi/tests: Don't create a directory that's not needed.
This commit is contained in:
parent
1afbc2c957
commit
02d14c85e7
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue