aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/common-utils/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common-utils/test.sh b/test/common-utils/test.sh
index 808f3e1..c1709ed 100755
--- a/test/common-utils/test.sh
+++ b/test/common-utils/test.sh
@@ -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