Commit b26ea307aae7f8bcc4e0641f2a6d5d3f3c0d32c6

Pádraig Brady 2025-09-15T14:43:16

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).