Add some infra to test exec(), hopefully we will get more tests using it. And also add a timeout test, which uses exec. v2: rebase Pavel Begunkov (2): tests: add no-op executable for exec tests: test timeout cancellation fails links .gitignore | 1 + test/Makefile | 2 ++ test/exec-target.c | 4 +++ test/timeout.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 91 insertions(+) create mode 100644 test/exec-target.c -- 2.33.0