1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7095 from jfinkels/seq-precision-test

seq: re-enable GNU test file precision.sh
This commit is contained in:
Sylvestre Ledru 2025-01-08 08:31:24 +01:00 committed by GitHub
commit 2d3effab76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,10 +178,6 @@ sed -i -e '/tests\/help\/help-version.sh/ D' \
-e '/tests\/help\/help-version-getopt.sh/ D' \
Makefile
# logs are clotted because of this test
sed -i -e '/tests\/seq\/seq-precision.sh/ D' \
Makefile
# printf doesn't limit the values used in its arg, so this produced ~2GB of output
sed -i '/INT_OFLOW/ D' tests/printf/printf.sh