Skip to content

Change the `unittest.sh` script to use `command -v` instead of `type`

Curtis Blackburn requested to merge unittest-sh-fails-to-run-on-openbsd into master

Change the unittest.sh script to use command -v as a more cross-platform compatible replacement for type, which didn't work the same way on OpenBSD as it did on other platforms.

Edited by Michał Kępień

Merge request reports