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:
commit
9f07d50955
1 changed files with 0 additions and 3 deletions
|
@ -180,9 +180,6 @@ fi
|
||||||
|
|
||||||
grep -rl 'path_prepend_' tests/* | xargs sed -i 's| path_prepend_ ./src||'
|
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
|
# 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|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
|
sed -i 's|ls -|/usr/bin/ls -|' tests/cp/same-file.sh tests/misc/mknod.sh tests/mv/part-symlink.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue