diff --git a/test/apiv2/test-apiv2 b/test/apiv2/test-apiv2 index 6d7857d212..689f9d85b7 100755 --- a/test/apiv2/test-apiv2 +++ b/test/apiv2/test-apiv2 @@ -580,7 +580,7 @@ function start_registry() { ${REGISTRY_IMAGE} wait_for_port localhost $REGISTRY_PORT 10 - echo "# started registry (auth=$auth) on port $PORT" + echo "# started registry (auth=$auth) on port $REGISTRY_PORT" } function stop_registry() { @@ -595,7 +595,7 @@ function stop_registry() { if [[ "$1" = "--cleanup" ]]; then podman $OPTS rmi -f -a fi - echo "# stopped registry on port $PORT" + echo "# stopped registry on port $REGISTRY_PORT" fi REGISTRY_PORT=