Improve test coverage

This commit is contained in:
Peter Wilmott
2015-07-23 17:56:51 +01:00
parent 39ebf616c4
commit 6e6ee2d3b2
12 changed files with 103 additions and 16 deletions

4
tests/test_images Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
[[ "$(./bocker images | head -n 1)" == 'IMAGE_ID' ]]