aboutsummaryrefslogtreecommitdiff
path: root/test/common-utils/fedora.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/common-utils/fedora.sh')
-rwxr-xr-xtest/common-utils/fedora.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common-utils/fedora.sh b/test/common-utils/fedora.sh
index b32a7f1..67706d4 100755
--- a/test/common-utils/fedora.sh
+++ b/test/common-utils/fedora.sh
@@ -9,6 +9,7 @@ source dev-container-features-test-lib
. /etc/os-release
check "non-root user" test "$(whoami)" = "devcontainer"
check "distro" test "${ID}" = "fedora"
+check "jq" jq --version
# Report result
reportResults \ No newline at end of file