aboutsummaryrefslogblamecommitdiff
path: root/test/common/test.sh
blob: 773c66f30a9358b4408dca93115c78d8b45c0486 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                          

    #!/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