From 69d3df5f945adc4f7ab5d1198167a1dbc8412fc9 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Fri, 5 Aug 2022 11:11:46 -0700 Subject: Rename feature: 'common' to 'common-utils' (#79) * Renaming feature: 'common' to 'common-utils' * removing duplicate tests --- test/common-utils/test.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 test/common-utils/test.sh (limited to 'test/common-utils') diff --git a/test/common-utils/test.sh b/test/common-utils/test.sh new file mode 100755 index 0000000..1282015 --- /dev/null +++ b/test/common-utils/test.sh @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.2.3