diff --git a/test/02-from_image_ref.bats b/test/02-from_image_ref.bats index 0acb9f5..3925456 100644 --- a/test/02-from_image_ref.bats +++ b/test/02-from_image_ref.bats @@ -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 ]