diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/common-utils/rocky-8.sh | 1 | ||||
-rwxr-xr-x | test/common-utils/rocky-9.sh | 1 |
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 |