Skip to content

Commit 5004d4b

Browse files
committed
build-gnu: replace timeout for tests/tail/follow-stdin.sh
* `tests/tail-2/follow-stdin.sh` will hang undefinedly if uu_timeout is used
1 parent 90a0226 commit 5004d4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

util/build-gnu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ sed -i 's|touch |/usr/bin/touch |' tests/cp/preserve-link.sh tests/cp/reflink-pe
132132
sed -i 's|ln -|/usr/bin/ln -|' tests/cp/link-deref.sh
133133
sed -i 's|cp |/usr/bin/cp |' tests/mv/hard-2.sh
134134
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
135136

136137
# Add specific timeout to tests that currently hang to limit time spent waiting
137138
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

Comments
 (0)