test fix fix - forgot execl both first args as the bin and argv0

This commit is contained in:
Carsten Haitzler 2024-01-09 10:50:58 +00:00
parent dca528a049
commit 2a87cfecda
1 changed files with 1 additions and 0 deletions

View File

@ -377,6 +377,7 @@ _efl_suite_build_and_run(int argc, const char **argv, const char *suite_name, co
if (timeout_pid == 0)
{
int ret = execl(PACKAGE_BUILD_DIR "/src/tests/timeout",
PACKAGE_BUILD_DIR "/src/tests/timeout",
(char *)NULL);
if (ret != 0)
{