test: partial save missed with #33
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
8c41011e5e
commit
402905ccb6
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
@test "Build from image reference" {
|
@test "Build from image reference" {
|
||||||
d=$(mktemp -d)
|
local 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 ]
|
||||||
|
|
Loading…
Reference in a new issue