commit | 0c0453a1cb5b945d8c791de9a7bf15d6c3089769 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Aug 01 08:55:32 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Aug 01 16:52:13 2015 +0000 |
tree | 033ba771799a970419edb3e9c1e105769f4e889d | |
parent | 3b9d315e8c5ff753ede067af121da9decad9d182 [diff] |
tests/ppoll: replace SIGABRT with SIGHUP Use SIGHUP instead of SIGABRT, the number of the former is more portable across architectures. * tests/ppoll.c (test2): Replace SIGABRT with SIGHUP. * tests/ppoll.expected: Update regexp. * tests/ppoll-v.expected: Likewise.