efl: Fix eet test suite.

Cedric suggested that we migth not be able to open the cert files. And he
was right. The CERT_DIR define checked for an absolute path in TESTS_SRC_DIR
but that get set to .. in Makefile_Eet.am as it sits in src/. Now the define
evaluated to src/tests/eet/.. where no cert files could be found.

I could not see a good reason for the suffix here so I just removed it.
Vincent, if there was a reason I was not able to see please fix it in a
different way. It was the least invasisve fix I could see.

SVN revision: 79838
This commit is contained in:
Stefan Schmidt 2012-11-29 15:30:11 +00:00
parent 11cb458f48
commit 5a12e6114b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include "eet_suite.h"
#define CERT_DIR ((*TESTS_SRC_DIR == '/') ? TESTS_SRC_DIR : "src/tests/eet/" TESTS_SRC_DIR)
#define CERT_DIR ((*TESTS_SRC_DIR == '/') ? TESTS_SRC_DIR : "src/tests/eet/")
START_TEST(eet_test_init)
{