mirror of
git://git.sv.gnu.org/coreutils
synced 2026-08-09 23:10:01 -04:00
* 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.