test: partial save missed with #33

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-09-19 08:03:52 -04:00
parent 8c41011e5e
commit 402905ccb6
Signed by: vbatts
GPG key ID: 10937E57733F1362

View file

@ -3,7 +3,10 @@
load helpers
@test "Build from image reference" {
d=$(mktemp -d)
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 ]