efl/eet_suite: close file to force disk sync.

SVN revision: 81490
devs/devilhorns/wayland_egl
Gustavo Sverzut Barbieri 11 years ago
parent b9b14269c8
commit 3daaa2837f
  1. 2
      src/tests/eet/eet_suite.c

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

Loading…
Cancel
Save