diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-24 09:59:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 09:59:31 -0400 |
commit | 082388a159229dd84cef1b8fac223b7aa1b864a7 (patch) | |
tree | d3651e596a24a82ff9988354c5e891ddab40444b /test/system/900-ssh.bats | |
parent | 0f92cf22a69876975ca6ad97a08751bf2008e257 (diff) | |
parent | 8b1e88bf80b3cd650be04fd397f7b85d355788dd (diff) | |
download | podman-082388a159229dd84cef1b8fac223b7aa1b864a7.tar.gz podman-082388a159229dd84cef1b8fac223b7aa1b864a7.tar.bz2 podman-082388a159229dd84cef1b8fac223b7aa1b864a7.zip |
Merge pull request #15439 from rhatdan/service
Fix documentation of use of tcp connections
Diffstat (limited to 'test/system/900-ssh.bats')
-rw-r--r-- | test/system/900-ssh.bats | 2 |
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 |