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/test.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 test/common/test.sh (limited to 'test/common') diff --git a/test/common/test.sh b/test/common/test.sh deleted file mode 100755 index 1282015..0000000 --- a/test/common/test.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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