summaryrefslogtreecommitdiffstats
path: root/tests/cat
AgeCommit message (Collapse)AuthorLines
2026-01-01maint: run 'make update-copyright'Collin Funk-4/+4
2025-07-01tests: cat: add test for O_APPEND bug fixPádraig Brady-0/+10
* tests/cat/cat-self.sh: Add a test case for commit v9.6-19-g7386c291b
2025-01-01maint: update all copyright year number rangesPádraig Brady-4/+4
Update to latest gnulib with new copyright year. Run "make update-copyright" and then... * gnulib: Update included in this commit as copyright years are the only change from the previous gnulib commit. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise. * tests/sample-test: Adjust to use the single most recent year.
2024-04-06cat: don’t trust st_size on /proc filesPaul Eggert-0/+20
* 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.
2024-01-01maint: update all copyright year number rangesPádraig Brady-4/+4
Update to latest gnulib with new copyright year. Run "make update-copyright" and then... * gnulib: Update included in this commit as copyright years are the only change from the previous gnulib commit. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Manually update copyright year, until we fully sync with gnulib at a later stage. * tests/sample-test: Adjust to use the single most recent year.
2023-06-19tests: move tests to a directory per utilitySylvestre Ledru-0/+160
* cfg.mk: Adjust syntax check exclusion paths. * tests/local.mk: Adjust for renamed tests.