tag | ad8d36e450ac0f9094c264a1f0139ffc0204176a | |
---|---|---|
tagger | Jim Meyering <meyering@meta.com> | Sun Mar 26 23:08:16 2023 -0700 |
object | 2e25d42eb2f0601f7e780a622191f21a8c09aa48 |
2.72c
commit | 2e25d42eb2f0601f7e780a622191f21a8c09aa48 | [log] [tgz] |
---|---|---|
author | Jim Meyering <meyering@fb.com> | Sun Mar 26 22:08:02 2023 -0700 |
committer | Jim Meyering <meyering@meta.com> | Sun Mar 26 22:08:02 2023 -0700 |
tree | 00ab7f9347060cac2b05424f3623ab2c59b7e2e0 | |
parent | 0b92bd72ca6cae6190ee6b6c95449e4243597e75 [diff] |
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.