aboutsummaryrefslogtreecommitdiff
path: root/test/common/test.sh
blob: 128201548b432238ec562c54a108988027bc55c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
check "jq" jq  --version
check "curl" curl  --version

# Report result
reportResults