aboutsummaryrefslogblamecommitdiff
path: root/test/git/install_git_from_src.sh
blob: 226278a398421841062e9e94ae86e0b46350f6cb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
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