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

oldstable
Paul Vriens 2008-09-20 17:25:18 +02:00 committed by Alexandre Julliard
parent e23904ceb9
commit 7cb7c14476
1 changed files with 2 additions and 0 deletions

View File

@ -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");