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