eina file test: check rmdir result.

Fix CID 1432267

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D12125
This commit is contained in:
Vincent Torri 2020-09-02 08:21:39 +00:00 committed by Stefan Schmidt
parent e2a1cdfda7
commit af8bf56c98
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ EFL_START_TEST(eina_file_map_new_test)
unlink(test_file_path);
unlink(test_file2_path);
rmdir(test_dirname);
fail_if(rmdir(test_dirname) != 0);
free(test_file_path);
free(test_file2_path);