3897N/AChanges needed to make the tailf tests work correctly.
3263N/A
3263N/AThese will be passed upstream.
3263N/A
3897N/A--- util-linux-2.25.2/tests/ts/tailf/simple.orig 2015-02-16 18:13:47.493114932 -0800
3897N/A+++ util-linux-2.25.2/tests/ts/tailf/simple 2015-03-01 15:18:29.040656789 -0800
3897N/A@@ -27,9 +27,9 @@
3263N/A
3897N/A $TS_CMD_TAILF $INPUT > $TS_OUTPUT 2>&1 &
3263N/A
3897N/A-sleep 0.5
3897N/A+sleep 0.1
3263N/A echo {0..9} >> $INPUT
3897N/A-sleep 0.5
3263N/A+sleep 0.2
3263N/A
3263N/A rm -f $INPUT
3263N/A