Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/git-helper.sh: fix jq checking
`[ ! command -v jq &> /dev/null ]` doesn't work for checking the existing of jq because if enclosed in `[]` it won't check the return code of `command`. Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
- Loading branch information