add another check

This commit is contained in:
Samruddhi Khandale 2022-10-18 17:59:22 +00:00
parent a94e01bf73
commit b0db2671eb

View file

@ -8,6 +8,7 @@ source dev-container-features-test-lib
# Definition specific tests
check "jq" jq --version
check "curl" curl --version
check "git" git --version
git_version_satisfied=false
if (echo a version 2.38.1; git --version) | sort -Vk3 | tail -1 | grep -q git; then