mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-03 16:26:27 +02:00
7abf99e190
* src/tail.c (main): If -n0 or -c0 were specified without -f, then no data would ever be output, so exit without reading input. * tests/tail-2/tail-n0f.sh: Augment the related test with this case.