eina_xattr: Fixed T2381, eina xattr tests failing
authorvivek <vivek.ellur@samsung.com>
Wed, 6 May 2015 06:32:04 +0000 (08:32 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Wed, 6 May 2015 06:42:55 +0000 (08:42 +0200)
commit400436cd1af6aef8892ac899eb0844892fc5e54c
tree03776ffeed6f7508916ba27f18c147b3f05f96a7
parent26ebd007af719bda591c2cf125ae0afc8cef4777
eina_xattr: Fixed T2381, eina xattr tests failing

Summary:
This fixes the case where the system runs with SELinux enabled and enforced.
In this scenario the system does add a selinux attribute to new files which
we need to handle during our testing.

@Fix

Signed-off-by: vivek <vivek.ellur@samsung.com>
Reviewers: cedric, stefan_schmidt

Subscribers: stefan_schmidt, cedric

Maniphest Tasks: T2381

Differential Revision: https://phab.enlightenment.org/D2467
src/tests/eina/eina_test_file.c
src/tests/eina/eina_test_xattr.c
src/tests/eio/eio_test_xattr.c