Eric Blake wrote:
> > Apparently the SIGPIPE handler gets set to SIG_IGN, either by 'make' or
> > by the test-driver.
>
> Known regression in make 4.4:
> https://savannah.gnu.org/bugs/index.php?63307
Thanks. Indeed, I can reproduce the test failure also on a glibc system,
with make 4.4 in $PATH.
On Tue, Jan 17, 2023 at 03:21:52PM +0100, Bruno Haible wrote:
> On Android 11, I'm seeing a test failure:
>
>
> Apparently the SIGPIPE handler gets set to SIG_IGN, either by 'make' or
> by the test-driver.
Known regression in make 4.4:
https://savannah.gnu.org/bugs/index.php?63307
and being fix
has
exited with exit code 71.
Whereas when I run
../../gltests/test-execute.sh
directly, all the tests pass.
Apparently the SIGPIPE handler gets set to SIG_IGN, either by 'make' or
by the test-driver.
This patch implements a workaround.
2023-01-17 Bruno Haible
execute t