mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Fix 330-corrupt-images.bats in composefs test runs
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
290d94d3c0
commit
fdc9feea0e
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@ function setup() {
|
|||
# DANGER! This completely changes the behavior of run_podman,
|
||||
# forcing it to use a quarantined directory. Make certain that
|
||||
# it gets unset in teardown.
|
||||
_PODMAN_TEST_OPTS="--storage-driver=vfs $(podman_isolation_opts ${PODMAN_CORRUPT_TEST_WORKDIR})"
|
||||
#
|
||||
# --pull-option=convert_images=true is incompatible with VFS, and can be set when testing composefs.
|
||||
_PODMAN_TEST_OPTS="--storage-driver=vfs --pull-option=convert_images=false $(podman_isolation_opts ${PODMAN_CORRUPT_TEST_WORKDIR})"
|
||||
}
|
||||
|
||||
function teardown() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue