aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2022-03-01 13:15:03 -0600
committerBrent Baude <bbaude@redhat.com>2022-03-01 13:15:03 -0600
commitcc4a70c806a74b3bf4acfd2983a61b2ef74bd6f9 (patch)
tree3e0556416de59ee73fadde87f93a450b83199c86 /test
parentcff448be2d10283e956fada480a063aa346f4a67 (diff)
downloadpodman-cc4a70c806a74b3bf4acfd2983a61b2ef74bd6f9.tar.gz
podman-cc4a70c806a74b3bf4acfd2983a61b2ef74bd6f9.tar.bz2
podman-cc4a70c806a74b3bf4acfd2983a61b2ef74bd6f9.zip
Revert "Option --url and --connection should imply --remote."
This reverts commit ca980c2e024bd33f4be3a33bb1dbb22c86bfe072. Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/system/001-basic.bats11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/system/001-basic.bats b/test/system/001-basic.bats
index 582efa058..748377e4b 100644
--- a/test/system/001-basic.bats
+++ b/test/system/001-basic.bats
@@ -126,17 +126,6 @@ See 'podman version --help'" "podman version --remote"
if grep -- " --remote " <<<"$output"; then
die "podman --help, with CONTAINER_CONNECTION set, is showing --remote"
fi
-
- # When it detects --url or --connection, --remote is not an option
- run_podman --url foobar --help
- if grep -- " --remote " <<<"$output"; then
- die "podman --help, with --url set, is showing --remote"
- fi
-
- run_podman --connection foobar --help
- if grep -- " --remote " <<<"$output"; then
- die "podman --help, with --connection set, is showing --remote"
- fi
}
# Check that just calling "podman-remote" prints the usage message even