From fdc9feea0e71daca9619a13a62f92e940249cd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 18 Oct 2024 22:43:46 +0200 Subject: [PATCH] Fix 330-corrupt-images.bats in composefs test runs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- test/system/330-corrupt-images.bats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/system/330-corrupt-images.bats b/test/system/330-corrupt-images.bats index 824061670e..f7044581b3 100644 --- a/test/system/330-corrupt-images.bats +++ b/test/system/330-corrupt-images.bats @@ -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() {