aboutsummaryrefslogtreecommitdiff
path: root/test/git-lfs/test.sh
blob: 7e6f6f219788c0d7c9a1f03d8abf5aaf635f8723 (plain) (blame)
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

# Definition specific tests
check "version" git-lfs  --version

# Report result
reportResults