1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

util: remove replacement of seq in GNU tests

This commit is contained in:
Jeffrey Finkelstein 2022-03-10 18:50:37 -05:00
parent 2e8945ba7f
commit a5200efaac

View file

@ -85,7 +85,7 @@ if test ${UU_MAKE_PROFILE} != "debug"; then
for i in ${seq}; do for i in ${seq}; do
make "tests/factor/t${i}.sh" make "tests/factor/t${i}.sh"
done 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 first=21
fi fi
# strip all (debug) or just the longer (release) factor tests from Makefile # strip all (debug) or just the longer (release) factor tests from Makefile