Skip to content

Commit

Permalink
Update the expected default compression algorithm
Browse files Browse the repository at this point in the history
Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Dec 12, 2024
1 parent 50666c3 commit eb921cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/800-config.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb921cd

Please sign in to comment.