aboutsummaryrefslogtreecommitdiff
path: root/test/common/test.sh
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-08-05 21:11:46 +0300
committerGitHub <noreply@github.com>2022-08-05 21:11:46 +0300
commit69d3df5f945adc4f7ab5d1198167a1dbc8412fc9 (patch)
tree93b21cd948048778a2b2557783157f40d6ada3d9 /test/common/test.sh
parent155bec7262698afd996b9a2ff4659d88bf168abc (diff)
Rename feature: 'common' to 'common-utils' (#79)
* Renaming feature: 'common' to 'common-utils' * removing duplicate tests
Diffstat (limited to 'test/common/test.sh')
-rwxr-xr-xtest/common/test.sh13
1 files changed, 0 insertions, 13 deletions
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