tests: avoid an unwarranted test failurev2.72c
commit2e25d42eb2f0601f7e780a622191f21a8c09aa48
authorJim Meyering <meyering@fb.com>
Mon, 27 Mar 2023 05:08:02 +0000 (26 22:08 -0700)
committerJim Meyering <meyering@meta.com>
Mon, 27 Mar 2023 05:08:02 +0000 (26 22:08 -0700)
tree00ab7f9347060cac2b05424f3623ab2c59b7e2e0
parent0b92bd72ca6cae6190ee6b6c95449e4243597e75
tests: avoid an unwarranted test failure

* tests/autotest.at (parallel autotest and signal handling): This
test would consistently fail due to an exit status of 0. That was
considered failure because the test required a SIGHUP-indicating
exit status. However, an status of 0 is perfectly fine, too, so
accept that.
tests/autotest.at