From 2a87cfecdaf62af29165bc820f6db5affcc5d883 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 9 Jan 2024 10:50:58 +0000 Subject: [PATCH] test fix fix - forgot execl both first args as the bin and argv0 --- src/tests/efl_check.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/efl_check.h b/src/tests/efl_check.h index aa5bc9be15..a8f21dce57 100644 --- a/src/tests/efl_check.h +++ b/src/tests/efl_check.h @@ -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) {