Commit f19f85f6 authored by Zhenbo Li's avatar Zhenbo Li Committed by Alexandre Julliard

shell32/tests: Add a missed init_shfo_tests() call.

parent 9612ed1b
......@@ -647,6 +647,7 @@ static void test_delete(void)
skip("Test would show a dialog box\n");
/* delete an existent file and a nonexistent file */
init_shfo_tests();
shfo.pFrom = "test1.txt\0nonexistent.txt\0test2.txt\0";
shfo.wFunc = FO_DELETE;
ret = SHFileOperationA(&shfo);
......
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