summaryrefslogtreecommitdiff
path: root/test/system/900-ssh.bats
diff options
context:
space:
mode:
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