Merge pull request #35 from vbatts/cruft

test: partial save missed with #33
This commit is contained in:
Valentin Rothberg 2019-09-19 14:18:47 +02:00 committed by GitHub
commit 5f249c84e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,10 @@
load helpers load helpers
@test "Build from image reference" { @test "Build from image reference" {
local d
d=$(mktemp -d) d=$(mktemp -d)
echo "temporary directory: ${d}"
ref="registry.fedoraproject.org/fedora-minimal" ref="registry.fedoraproject.org/fedora-minimal"
run_ctr -v ${d}:/output/ $CTR_IMAGE -i "${ref}" run_ctr -v ${d}:/output/ $CTR_IMAGE -i "${ref}"
[ "$status" -eq 0 ] [ "$status" -eq 0 ]