Merge pull request #35 from vbatts/cruft
test: partial save missed with #33
This commit is contained in:
commit
5f249c84e8
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
load helpers
|
||||
|
||||
@test "Build from image reference" {
|
||||
local d
|
||||
d=$(mktemp -d)
|
||||
echo "temporary directory: ${d}"
|
||||
|
||||
ref="registry.fedoraproject.org/fedora-minimal"
|
||||
run_ctr -v ${d}:/output/ $CTR_IMAGE -i "${ref}"
|
||||
[ "$status" -eq 0 ]
|
||||
|
|
Loading…
Reference in a new issue