summaryrefslogtreecommitdiff
path: root/bootstrap-funclib.sh
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-12-31 10:31:24 -0500
committerPaul Smith <psmith@gnu.org>2022-12-31 10:51:24 -0500
commit29f453739f0059f632ce2963ca0c68f8bf6c5991 (patch)
tree64e3f8c59c850aa336820f6f12c534ae979dfdfb /bootstrap-funclib.sh
parent937e9aa32d8db6537edbd7260315106f7086b340 (diff)
downloadmake-git-29f453739f0059f632ce2963ca0c68f8bf6c5991.tar.gz
Avoid using false(1) in regression tests
The POSIX standard only requires false(1) to return a "non-zero" exit code; almost all systems return 1 but some (Solaris!!!) return 255 or possibly even other values. Use our helper "fail" instead. * tests/thelp.pl: Have the "fail" command obey -q. * tests/scripts/features/parallelism: Helper -q no longer prints fail. * tests/scripts/targets/POSIX: Replace false with #HELPER# -q fail 1. * tests/scripts/variables/MAKEFLAGS: Ditto. * tests/scripts/variables/SHELL: Ditto.
Diffstat (limited to 'bootstrap-funclib.sh')
0 files changed, 0 insertions, 0 deletions