https://bugs.gentoo.org/836790 https://github.com/VirusTotal/yara/pull/1683 --- a/tests/test-rules.c +++ b/tests/test-rules.c @@ -3061,7 +3061,7 @@ void test_process_scan() exit(EXIT_FAILURE); } - spawn("/bin/sh", "-c", "VAR='Hello, world!'; sleep 600; true"); + spawn("/bin/sh", "-c", "VAR='Hello, world!'; sleep 600& PID=\$!; trap \"kill \$PID\" EXIT; wait; true"); counters.rules_matching = 0; counters.rules_not_matching = 0;