summaryrefslogtreecommitdiff
path: root/test/apiv2/70-short-names.at
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-06-08 14:29:39 -0400
committerGitHub <noreply@github.com>2022-06-08 14:29:39 -0400
commit576c739e5ff01c760b383a258c62ed3ca7e1c30c (patch)
tree5cffc98b32fe2a6d4ee0c9b4e08e0afac6a88b22 /test/apiv2/70-short-names.at
parent864d46c77ef76241b6f0e0c725a08ec28e7e32bc (diff)
parente41d4a24713e606d24807012e021c7aac924011e (diff)
downloadpodman-576c739e5ff01c760b383a258c62ed3ca7e1c30c.tar.gz
podman-576c739e5ff01c760b383a258c62ed3ca7e1c30c.tar.bz2
podman-576c739e5ff01c760b383a258c62ed3ca7e1c30c.zip
Merge pull request #14484 from marshall-lee/test/manifest-push
Add missing tests for manifests API
Diffstat (limited to 'test/apiv2/70-short-names.at')
-rw-r--r--test/apiv2/70-short-names.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/70-short-names.at b/test/apiv2/70-short-names.at
index dbf816f55..bd7f8e7bd 100644
--- a/test/apiv2/70-short-names.at
+++ b/test/apiv2/70-short-names.at
@@ -128,7 +128,7 @@ t DELETE "containers/$cid"
# disable the docker.io enforcement.
stop_service
-CONTAINERS_CONF=$(pwd)/test/apiv2/containers.conf start_service
+CONTAINERS_CONF=$TESTS_DIR/containers.conf start_service
t POST "images/create?fromImage=quay.io/libpod/alpine:latest" 200 .error~null .status~".*Download complete.*"
t POST "images/alpine/tag?repo=foo" 201