diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-25 23:24:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 23:24:58 +0300 |
commit | 6181170215f0751f819c642a3aed8a82e80edbc9 (patch) | |
tree | c570b1378919f146b63f34fe9e152a266f9e63b2 /test/aws-cli/install.sh | |
parent | 319f4f254b602680ff762d061943d930f22f045c (diff) |
test file misnamed
Diffstat (limited to 'test/aws-cli/install.sh')
-rw-r--r-- | test/aws-cli/install.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/aws-cli/install.sh b/test/aws-cli/install.sh deleted file mode 100644 index d213eac..0000000 --- a/test/aws-cli/install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -e - -# Optional: Import test library -source dev-container-features-test-lib - -# Definition specific tests -check "version" aws --version - -# Report result -reportResults
\ No newline at end of file |