Fix eina file thread test on Windows
authorWander Lairson Costa <wander.lairson@gmail.com>
Wed, 24 Jun 2020 13:32:12 +0000 (13:32 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 28 Jun 2020 22:34:20 +0000 (07:34 +0900)
commitf94b57ee77fa255f8b611d1375f7d5e50bae0d6b
tree9de49b3ab444bfe570ecc83e8ec50c2702a2b51f
parentbb6e1d81b086ca41b7b9f0a9862ab503e6b2e613
Fix eina file thread test on Windows

On windows, we try to open the "cmd.exe" file, but without the full path
the test fails unless it runs from the system directory.

We now use the full path to test the eina_file_open function.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Reviewed-by: Vincent Torri <vincent.torri@gmail.com>
Reviewed-by: João Paulo Taylor Ienczak Zanette <joao.tiz@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D12021
src/tests/eina/eina_test_file.c