Commit 7cb7c144 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

kernel32/tests: Make sure we can remove a test directory.

parent e23904ce
......@@ -1512,6 +1512,8 @@ static void test_FindFirstFileExA(void)
ok(FindNextFile(handle, &search_results) == FALSE, "Fetching sixth file should failed\n");
FindClose( handle );
cleanup:
DeleteFileA("test-dir\\file1");
DeleteFileA("test-dir\\file2");
......
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