Skip to content
Snippets Groups Projects
Commit 12086678 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by root
Browse files

test: unit/popen -- provide a child process


Testing via plain C interface with a shell is not stable,
the shell might simply be misconfigured or not found and
we will simply stuck forever (the signal handling in libev
is tricky and requires at least idle cycles or similar to
pass event processing). Thus lets rather run a program we
know is presenting in the system (popen-child executable).

Fixes #4811

Signed-off-by: default avatarCyrill Gorcunov <gorcunov@gmail.com>
parent c6b8ed77
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment