File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -206,9 +206,6 @@ sed -i 's|cp |/usr/bin/cp |' tests/mv/hard-2.sh
206206sed -i ' s|paste |/usr/bin/paste |' tests/od/od-endian.sh
207207sed -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
213210grep -rlE ' /usr/bin/\s?/usr/bin' init.cfg tests/* | xargs -r sed -Ei ' s|/usr/bin/\s?/usr/bin/|/usr/bin/|g'
214211grep -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'
You can’t perform that action at this time.
0 commit comments