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

Merge pull request #7168 from jfinkels/printf-test-int-overflow

Re-enable integer overflow test case for printf
This commit is contained in:
Sylvestre Ledru 2025-01-19 19:54:47 +01:00 committed by GitHub
commit 9f07d50955
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -180,9 +180,6 @@ fi
grep -rl 'path_prepend_' tests/* | xargs sed -i 's| path_prepend_ ./src||'
# 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
# Use the system coreutils where the test fails due to error in a util that is not the one being tested
sed -i 's|stat|/usr/bin/stat|' tests/touch/60-seconds.sh tests/sort/sort-compress-proc.sh
sed -i 's|ls -|/usr/bin/ls -|' tests/cp/same-file.sh tests/misc/mknod.sh tests/mv/part-symlink.sh