We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9679d0e commit b2c718fCopy full SHA for b2c718f
1 file changed
spec/spec_helper.sh
@@ -25,7 +25,7 @@ spec_helper_configure() {
25
(( "${BASH_VERSINFO[0]}" >= 4 )) || error_and_exit "[ERROR] bash v4 or higher is required (found version $BASH_VERSION)"
26
command -v jq >/dev/null || error_and_exit "[ERROR] unable to locate jq binary (https://stedolan.github.io/jq/)"
27
command -v yq >/dev/null || error_and_exit "[ERROR] unable to locate yq binary (https://github.com/mikefarah/yq)"
28
- [[ "$(yq --version)" != *"version 4"* ]] && error_and_exit "[ERROR] yq v4 is required (found $(yq --version))"
+ [[ "$(yq --version)" != *"version v4"* ]] && error_and_exit "[ERROR] yq v4 is required (found $(yq --version))"
29
30
# Negation helper function
31
not() {
0 commit comments