summaryrefslogtreecommitdiffstats
path: root/tests/tee/tee.sh
AgeCommit message (Collapse)AuthorLines
2026-01-21tests: avoid infinite loop in dd failure edge casePádraig Brady-1/+1
* tests/tee/tee.sh: If dd failed, then tee would spin writing to the fifo forever, so add a timeout protection. This was noticed with `export LD_PRELOAD=libasan.so.8` with a non ASAN build, which induced a failure in dd invocations.
2026-01-01maint: run 'make update-copyright'Collin Funk-1/+1
2025-12-11maint: organize tee tests in a subdirectoryCollin Funk-0/+145
* tests/misc/tee.sh: Moved to tests/tee/tee.sh. * tests/local.mk (all_tests): Adjust the file name.