]> git.ipfire.org Git - thirdparty/gnulib.git/commit
tests: avoid infinite loop in init.sh
authorPádraig Brady <P@draigBrady.com>
Mon, 15 Sep 2025 13:43:16 +0000 (14:43 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 15 Sep 2025 19:43:48 +0000 (20:43 +0100)
commitb26ea307aae7f8bcc4e0641f2a6d5d3f3c0d32c6
treeaad25869c6f070a26938a7a08a61e6b8512e06c7
parent2bad49a5f999d4e50f6c9a5aece6fdb3f3077066
tests: avoid infinite loop in init.sh

This was noticed when building expr in coreutils
with -fsanitize=memory, which induced false failures
resulting in an infinite loop.

* tests/init.sh: Break from the loop if there's an issue with expr(1).
ChangeLog
tests/init.sh