Author :
Richard Hansen
Date :
2025-02-23 19:21:17
Hash :f988a1f7 Message :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.