mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-14 19:07:21 -04:00
225cb8d747
* src/cat.c (main): Improve test for when copying will exhaust the output device. Do not rely on st_size, which is unreliable in /proc. Use lseek instead; this is good enough here. * tests/cat/cat-self.sh: Test the relaxation of the heuristic for self-copying.