shell32/tests: Add a missed init_shfo_tests() call.
This commit is contained in:
parent
9612ed1ba6
commit
f19f85f681
|
@ -647,6 +647,7 @@ static void test_delete(void)
|
||||||
skip("Test would show a dialog box\n");
|
skip("Test would show a dialog box\n");
|
||||||
|
|
||||||
/* delete an existent file and a nonexistent file */
|
/* delete an existent file and a nonexistent file */
|
||||||
|
init_shfo_tests();
|
||||||
shfo.pFrom = "test1.txt\0nonexistent.txt\0test2.txt\0";
|
shfo.pFrom = "test1.txt\0nonexistent.txt\0test2.txt\0";
|
||||||
shfo.wFunc = FO_DELETE;
|
shfo.wFunc = FO_DELETE;
|
||||||
ret = SHFileOperationA(&shfo);
|
ret = SHFileOperationA(&shfo);
|
||||||
|
|
Loading…
Reference in New Issue