From 931252914bc1d30e609e422f09307c7e42c29b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 16 Feb 2024 23:59:07 +0100 Subject: [PATCH] Update the expected default compression algorithm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- test/system/800-config.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/800-config.bats b/test/system/800-config.bats index 9c7973a394..7198c7157a 100644 --- a/test/system/800-config.bats +++ b/test/system/800-config.bats @@ -255,7 +255,7 @@ EOF skip_if_remote "containers.conf does not effect client side of --remote" CONTAINERS_CONF=/dev/null run_podman push --help - assert "$output" =~ "--compression-format string.*compression format to use \(default \"gzip\"\)" "containers.conf should set default to gzip" + assert "$output" =~ "--compression-format string.*compression format to use \(default \"zstd\"\)" assert "$output" !~ "compression level to use \(default" "containers.conf should not set default compressionlevel" conf_tmp="$PODMAN_TMPDIR/containers.conf"