diff options
Diffstat (limited to 'test/common-utils/centos-7.sh')
-rwxr-xr-x | test/common-utils/centos-7.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common-utils/centos-7.sh b/test/common-utils/centos-7.sh index a81ae2f..69f01d1 100755 --- a/test/common-utils/centos-7.sh +++ b/test/common-utils/centos-7.sh @@ -9,6 +9,7 @@ source dev-container-features-test-lib . /etc/os-release check "non-root user" test "$(whoami)" = "devcontainer" check "distro" test "${VERSION_ID}" = "7" +check "jq" jq --version # Report result reportResults
\ No newline at end of file |