mirror of
https://github.com/containers/podman.git
synced 2025-06-18 15:39:08 +08:00
podman-remote ps --external --pod --sort do not work.
Fixup the bindings and the handling of the --external --por and --sort flags. The --storage option was renamed --external, make sure we use external up and down the stack. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -132,7 +132,7 @@ var _ = Describe("Podman rm", func() {
|
||||
|
||||
latest := "-l"
|
||||
if IsRemote() {
|
||||
latest = "test1"
|
||||
latest = cid
|
||||
}
|
||||
result := podmanTest.Podman([]string{"rm", latest})
|
||||
result.WaitWithDefaultTimeout()
|
||||
|
Reference in New Issue
Block a user