Cross Reference: tests.patch
xref
: /
solaris-userland
/
components
/
text-utilities
/
patches
/
tests.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
tests.patch revision 3897
394
N/A
Changes needed to make the tailf tests work correctly.
394
N/A
394
N/A
These will be passed upstream.
394
N/A
394
N/A
---
util-linux-2.25.2/tests/ts/tailf/simple.orig
2015-02-16 18:13:47.493114932 -0800
394
N/A
+++
util-linux-2.25.2/tests/ts/tailf/simple
2015-03-01 15:18:29.040656789 -0800
394
N/A
@@ -27,9 +27,9 @@
394
N/A
394
N/A
$TS_CMD_TAILF $INPUT > $TS_OUTPUT 2>&1 &
394
N/A
394
N/A
-sleep 0.5
394
N/A
+sleep 0.1
394
N/A
echo {0..9} >> $INPUT
394
N/A
-sleep 0.5
394
N/A
+sleep 0.2
394
N/A
394
N/A
rm -f $INPUT
394
N/A
394
N/A