ecore: don't leak directory during testing of Ecore_File infrastructure.

This commit is contained in:
Cedric BAIL 2015-03-13 08:15:17 +01:00
parent 458373e795
commit 65d0c2a1e1
1 changed files with 3 additions and 0 deletions

View File

@ -329,6 +329,9 @@ START_TEST(ecore_test_ecore_file_download)
res = ecore_file_exists(dest_name);
fail_if(res != EINA_TRUE);
res = ecore_file_recursive_rm(download_dir);
fail_if(res != EINA_TRUE);
ret = ecore_file_shutdown();
fail_if(ret != 0);
}