We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
timeout
tests/tail/follow-stdin.sh
1 parent 90a0226 commit 5004d4bCopy full SHA for 5004d4b
1 file changed
util/build-gnu.sh
@@ -132,6 +132,7 @@ sed -i 's|touch |/usr/bin/touch |' tests/cp/preserve-link.sh tests/cp/reflink-pe
132
sed -i 's|ln -|/usr/bin/ln -|' tests/cp/link-deref.sh
133
sed -i 's|cp |/usr/bin/cp |' tests/mv/hard-2.sh
134
sed -i 's|paste |/usr/bin/paste |' tests/misc/od-endian.sh
135
+sed -i 's|timeout |/usr/bin/timeout |' tests/tail-2/follow-stdin.sh
136
137
# Add specific timeout to tests that currently hang to limit time spent waiting
138
sed -i 's|\(^\s*\)seq \$|\1/usr/bin/timeout 0.1 seq \$|' tests/misc/seq-precision.sh tests/misc/seq-long-double.sh
0 commit comments