features/test/common-utils/test.sh
Samruddhi Khandale 69d3df5f94
Rename feature: 'common' to 'common-utils' (#79)
* Renaming feature: 'common' to 'common-utils'

* removing duplicate tests
2022-08-05 18:11:46 +00:00

13 lines
205 B
Bash
Executable file

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