efl/eet_suite: close file to force disk sync.

SVN revision: 81490
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-20 21:41:56 +00:00
parent b9b14269c8
commit 3daaa2837f
1 changed files with 2 additions and 0 deletions

View File

@ -1946,6 +1946,8 @@ START_TEST(eet_cache_concurrency)
fail_if(ret != 0);
# endif /* ifdef _EET_INCLUDED_PTHREAD */
eet_close(ef);
fail_if(unlink(file) != 0);
eina_threads_shutdown();