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