aboutsummaryrefslogtreecommitdiff
path: root/test/common-utils
diff options
context:
space:
mode:
Diffstat (limited to 'test/common-utils')
-rwxr-xr-xtest/common-utils/rocky-8.sh1
-rwxr-xr-xtest/common-utils/rocky-9.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/common-utils/rocky-8.sh b/test/common-utils/rocky-8.sh
index f6606db..be1223b 100755
--- a/test/common-utils/rocky-8.sh
+++ b/test/common-utils/rocky-8.sh
@@ -9,6 +9,7 @@ source dev-container-features-test-lib
. /etc/os-release
check "non-root user" test "$(whoami)" = "devcontainer"
check "distro" test "${PLATFORM_ID}" = "platform:el8"
+check "curl" curl --version
# Report result
reportResults \ No newline at end of file
diff --git a/test/common-utils/rocky-9.sh b/test/common-utils/rocky-9.sh
index c4b5244..452c193 100755
--- a/test/common-utils/rocky-9.sh
+++ b/test/common-utils/rocky-9.sh
@@ -9,6 +9,7 @@ source dev-container-features-test-lib
. /etc/os-release
check "non-root user" test "$(whoami)" = "devcontainer"
check "distro" test "${PLATFORM_ID}" = "platform:el9"
+check "curl" curl --version
# Report result
reportResults \ No newline at end of file