From b0db2671ebf7c154a216a791870179bcf7b0f34b Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 18 Oct 2022 17:59:22 +0000 Subject: [PATCH] add another check --- test/common-utils/test.sh | 1 + 1 file changed, 1 insertion(+) 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