We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b46229 + 249871a commit 9f07d50Copy full SHA for 9f07d50
util/build-gnu.sh
@@ -180,9 +180,6 @@ fi
180
181
grep -rl 'path_prepend_' tests/* | xargs sed -i 's| path_prepend_ ./src||'
182
183
-# printf doesn't limit the values used in its arg, so this produced ~2GB of output
184
-sed -i '/INT_OFLOW/ D' tests/printf/printf.sh
185
-
186
# Use the system coreutils where the test fails due to error in a util that is not the one being tested
187
sed -i 's|stat|/usr/bin/stat|' tests/touch/60-seconds.sh tests/sort/sort-compress-proc.sh
188
sed -i 's|ls -|/usr/bin/ls -|' tests/cp/same-file.sh tests/misc/mknod.sh tests/mv/part-symlink.sh
0 commit comments