stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3256a602823dd4bf59290380bc03e0010ec554d1

commit 3256a602823dd4bf59290380bc03e0010ec554d1
Author: Stefan Schmidt <[email protected]>
Date:   Wed May 11 10:17:11 2016 +0200

    tests: eio: make sure we cleanup eio_test_xattr_set correctly
    
    We missed tmpstr_del and shutting down eina here. This test segfaults from
    time to time on Jenkins. Not sure this was the actual cause but better clean
    it up anyway.
---
 src/tests/eio/eio_test_xattr.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tests/eio/eio_test_xattr.c b/src/tests/eio/eio_test_xattr.c
index 0b1b298..1a50c12 100644
--- a/src/tests/eio/eio_test_xattr.c
+++ b/src/tests/eio/eio_test_xattr.c
@@ -188,7 +188,9 @@ START_TEST(eio_test_xattr_set)
 
    close(fd);
    unlink(test_file_path);
+   eina_tmpstr_del(test_file_path);
    eio_shutdown();
+   eina_shutdown();
    ecore_shutdown();
 }
 END_TEST

-- 


Reply via email to