summaryrefslogtreecommitdiff
path: root/test/apiv2/12-imagesMore.at
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-08-25 10:23:33 +0200
committerGitHub <noreply@github.com>2022-08-25 10:23:33 +0200
commitd122aa493554ab4442bb0848ad6e6c2045f7768b (patch)
tree0b2efaeb3c3d141947f09cb044b093a7dd76e770 /test/apiv2/12-imagesMore.at
parent274a533ef14525350d606f8e455df9631db7e467 (diff)
parent010d495a34c957fab16608c1a163436bdbb53428 (diff)
downloadpodman-d122aa493554ab4442bb0848ad6e6c2045f7768b.tar.gz
podman-d122aa493554ab4442bb0848ad6e6c2045f7768b.tar.bz2
podman-d122aa493554ab4442bb0848ad6e6c2045f7768b.zip
Merge pull request #15469 from edsantiago/test_cleanup_apiv2
APIv2 test cleanup
Diffstat (limited to 'test/apiv2/12-imagesMore.at')
-rw-r--r--test/apiv2/12-imagesMore.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/12-imagesMore.at b/test/apiv2/12-imagesMore.at
index 498d67569..be56152f1 100644
--- a/test/apiv2/12-imagesMore.at
+++ b/test/apiv2/12-imagesMore.at
@@ -63,7 +63,7 @@ podman pull -q $IMAGE
# test podman image SCP
# ssh needs to work so we can validate that the failure is past argument parsing
-podman system connection add --default test ssh://$USER@localhost/run/user/$UID/podman/podman.sock
+podman system connection add --default test ssh://$USER@localhost/run/user/$MYUID/podman/podman.sock
# should fail but need to check the output...
# status 125 here means that the save/load fails due to
# cirrus weirdness with exec.Command. All of the args have been parsed successfully.