Commit f988a1f7fb0762eba04447004fed015476501372

Richard Hansen 2025-02-23T19:21:17

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.