diff options
Diffstat (limited to 'test/docker-from-docker/test.sh')
-rwxr-xr-x | test/docker-from-docker/test.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/docker-from-docker/test.sh b/test/docker-from-docker/test.sh deleted file mode 100755 index 517737a..0000000 --- a/test/docker-from-docker/test.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -set -e - -# Optional: Import test library -source dev-container-features-test-lib - -# Definition specific tests -check "version" docker --version -check "docker-init-exists" bash -c "ls /usr/local/share/docker-init.sh" -check "docker-ps" bash -c "docker ps" - -# Report result -reportResults
\ No newline at end of file |