mirror of
https://github.com/containers/podman.git
synced 2025-12-14 11:00:10 +08:00
podman-remote does not support most of the global flags
podman-remote --help is showing a bunch of global flags that it does not support Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -61,7 +61,7 @@ function setup() {
|
||||
is "$output" ".*Server:" "podman --remote: contacts server"
|
||||
|
||||
# This was failing: "podman --foo --bar --remote".
|
||||
PODMAN="${podman_non_remote} --tmpdir /var/tmp --log-level=error ${podman_args[@]} --remote" run_podman version
|
||||
PODMAN="${podman_non_remote} --log-level=error ${podman_args[@]} --remote" run_podman version
|
||||
is "$output" ".*Server:" "podman [flags] --remote: contacts server"
|
||||
|
||||
# ...but no matter what, --remote is never allowed after subcommand
|
||||
|
||||
Reference in New Issue
Block a user