Skip to content

Commit 651621a

Browse files
committed
build: remove timeout from seq test cases
1 parent 9f07d50 commit 651621a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

util/build-gnu.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ sed -i 's|cp |/usr/bin/cp |' tests/mv/hard-2.sh
206206
sed -i 's|paste |/usr/bin/paste |' tests/od/od-endian.sh
207207
sed -i 's|timeout |'"${SYSTEM_TIMEOUT}"' |' tests/tail/follow-stdin.sh
208208

209-
# Add specific timeout to tests that currently hang to limit time spent waiting
210-
sed -i 's|\(^\s*\)seq \$|\1'"${SYSTEM_TIMEOUT}"' 0.1 seq \$|' tests/seq/seq-precision.sh tests/seq/seq-long-double.sh
211-
212209
# Remove dup of /usr/bin/ and /usr/local/bin/ when executed several times
213210
grep -rlE '/usr/bin/\s?/usr/bin' init.cfg tests/* | xargs -r sed -Ei 's|/usr/bin/\s?/usr/bin/|/usr/bin/|g'
214211
grep -rlE '/usr/local/bin/\s?/usr/local/bin' init.cfg tests/* | xargs -r sed -Ei 's|/usr/local/bin/\s?/usr/local/bin/|/usr/local/bin/|g'

0 commit comments

Comments
 (0)