commit | f988a1f7fb0762eba04447004fed015476501372 | [log] [tgz] |
---|---|---|
author | Richard Hansen <rhansen@rhansen.org> | Sun Feb 23 19:21:17 2025 -0500 |
committer | Karl Berry <karl@freefriends.org> | Mon Feb 24 14:25:39 2025 -0800 |
tree | 5b796c78dd3bbb1db8b5554c0583314c38c19e96 | |
parent | 150f53d454a8487966b8e2f2ebe8c8aa7e27f165 [diff] |
tests: add shell function support to `command_ok_' * t/ax/tap-functions.sh (command_ok_): Run the command without testing the exit status with `||' in case the command is a shell function. This avoids unintentionally disabling `set -e' inside the shell function.