tail: don't exit immediately with filters on AIX
commitd5ab4cbe424e3e95140eec22ef828f50b2fb3067
authorPádraig Brady <P@draigBrady.com>
Fri, 4 Jan 2019 17:29:13 +0000 (4 09:29 -0800)
committerPádraig Brady <P@draigBrady.com>
Sun, 13 Jan 2019 03:23:41 +0000 (12 19:23 -0800)
treeab1ee8dce062345d90c86da6955c202727e5fd54
parentd045ce5166c06829ee5a63a33e120fe5ee5b83d4
tail: don't exit immediately with filters on AIX

* src/tail.c: Fix the check_output_available check on AIX.
Note we don't use poll for all systems as the overhead
of adding the gnulib poll module wouldn't be worth it
just for this single use.
* tests/tail-2/pipe-f.sh: Fix the test which always passed
due to only the exit code of sleep being checked.
* NEWS: Mention the bug fix and rearrange alphabetically.
Fixes http://bugs.gnu.org/33946
NEWS
src/tail.c
tests/tail-2/pipe-f.sh