diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-09 03:25:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 03:25:04 +0300 |
commit | e90f4f9e0a327466254f3f1693fbe75aaa2a862f (patch) | |
tree | b99a757737d0f913d2d91ccab839190d96b606c3 /test/git/install_git_from_src.sh | |
parent | 32578d6c4d28d78e17f3943273f3445dec3b2bd9 (diff) |
git : Remove misleading variables (#146)
* remove misleading ppa value
* add test
* nit
* bump version
Diffstat (limited to 'test/git/install_git_from_src.sh')
-rw-r--r-- | test/git/install_git_from_src.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/git/install_git_from_src.sh b/test/git/install_git_from_src.sh new file mode 100644 index 0000000..226278a --- /dev/null +++ b/test/git/install_git_from_src.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +set -e + +# Optional: Import test library +source dev-container-features-test-lib + +check "version" git --version +check "gettext" dpkg-query -l gettext + +# Report result +reportResults |