mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
Use system utils
This commit is contained in:
parent
78ec6d1e5a
commit
d8c3d1d51d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/GNU.yml
vendored
2
.github/workflows/GNU.yml
vendored
|
@ -90,6 +90,8 @@ jobs:
|
|||
sed -i -e "s|sort |$(which sort) |" tests/ls/hyperlink.sh tests/misc/test-N.sh
|
||||
sed -i -e "s|split |$(which split) |" tests/misc/factor-parallel.sh
|
||||
sed -i -e "s|truncate |$(which truncate) |" tests/split/fail.sh
|
||||
sed -i -e "s|dd |$(which dd) |" tests/du/8gb.sh tests/tail-2/big-4gb.sh
|
||||
sed -i -e "s|id -|$(which id) -|" tests/misc/runcon-no-reorder.sh
|
||||
|
||||
#Add specific timeout to tests that currently hang to limit time spent waiting
|
||||
sed -i -e "s|seq \\$|$(which timeout) 0.1 seq \$|" tests/misc/seq-precision.sh tests/misc/seq-long-double.sh
|
||||
|
|
Loading…
Reference in a new issue