mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
util: remove replacement of seq in GNU tests
This commit is contained in:
parent
2e8945ba7f
commit
a5200efaac
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ if test ${UU_MAKE_PROFILE} != "debug"; then
|
|||
for i in ${seq}; do
|
||||
make "tests/factor/t${i}.sh"
|
||||
done
|
||||
sed -i -e 's|^seq |/usr/bin/seq |' -e 's|sha1sum |/usr/bin/sha1sum |' tests/factor/t*sh
|
||||
sed -i -e 's|sha1sum |/usr/bin/sha1sum |' tests/factor/t*sh
|
||||
first=21
|
||||
fi
|
||||
# strip all (debug) or just the longer (release) factor tests from Makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue