aboutsummaryrefslogtreecommitdiff
path: root/test/system/900-ssh.bats
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-08-23 16:12:06 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-08-23 16:12:08 -0400
commit8b1e88bf80b3cd650be04fd397f7b85d355788dd (patch)
tree6068e9a334a828c7af130dfee5f996ab17d420b4 /test/system/900-ssh.bats
parentcf9c04ae2b61d1eed32a73aad2172d3455a5a9fa (diff)
downloadpodman-8b1e88bf80b3cd650be04fd397f7b85d355788dd.tar.gz
podman-8b1e88bf80b3cd650be04fd397f7b85d355788dd.tar.bz2
podman-8b1e88bf80b3cd650be04fd397f7b85d355788dd.zip
Fix documentation of use of tcp connections
Fixes: https://github.com/containers/podman/issues/15430 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/system/900-ssh.bats')
-rw-r--r--test/system/900-ssh.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/900-ssh.bats b/test/system/900-ssh.bats
index 0757f5838..4f1682d48 100644
--- a/test/system/900-ssh.bats
+++ b/test/system/900-ssh.bats
@@ -46,7 +46,7 @@ function _run_podman_remote() {
${PODMAN%%-remote*} --root ${PODMAN_TMPDIR}/root \
--runroot ${PODMAN_TMPDIR}/runroot \
- system service -t 99 tcp:localhost:$_SERVICE_PORT &
+ system service -t 99 tcp://localhost:$_SERVICE_PORT &
_SERVICE_PID=$!
wait_for_port localhost $_SERVICE_PORT