kernel32/tests: Make sure we can remove a test directory.
This commit is contained in:
parent
e23904ceb9
commit
7cb7c14476
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue