From 249871a64b071a007cbc849cef389accdc8e67f9 Mon Sep 17 00:00:00 2001 From: Jeffrey Finkelstein Date: Sun, 19 Jan 2025 13:12:13 -0500 Subject: [PATCH] Re-enable integer overflow test case for printf --- util/build-gnu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index cb27a10260..2ca8232bf2 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -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