mirror of
https://github.com/p8952/bocker.git
synced 2025-12-29 18:28:27 +01:00
Improve test coverage
This commit is contained in:
4
tests/test_init
Normal file
4
tests/test_init
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -o errexit -o nounset -o pipefail
|
||||
|
||||
[[ "$(./bocker init ~/base-image)" == 'Created: img_'* ]]
|
||||
Reference in New Issue
Block a user