1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #3240 from jfinkels/util-dont-replace-seq

util: remove replacement of seq in GNU tests
This commit is contained in:
Sylvestre Ledru 2022-03-11 09:03:36 +01:00 committed by GitHub
commit 492c467361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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