tests/test-socket-activation.c: Don't check nbdkit exit status.
commitb6cbb0edc94772ce063bc4a64d1940519fd87fa2
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 19 Oct 2019 18:11:22 +0000 (19 19:11 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 19 Oct 2019 18:39:40 +0000 (19 19:39 +0100)
tree4eb37c42f0e7cc302507d09e2262a4eba9bb92ed
parentf4e7db5062dc59662ce05796f95f93017187f1d6
tests/test-socket-activation.c: Don't check nbdkit exit status.

In this test we run nbdkit as a subprocess of the test.  The test
checked the exit status of nbdkit.  However nbdkit can segfault on
shutdown because we are setting MALLOC_PERTURB_.

We need to fix nbdkit's shutdown path eventually, but for this test it
is not relevant so ignore the exit status.

This makes the test more stable.
tests/test-socket-activation.c