summaryrefslogtreecommitdiff
path: root/test/apiv2/test-apiv2
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-09-15 06:23:00 -0400
committerGitHub <noreply@github.com>2021-09-15 06:23:00 -0400
commit10873c6f494fbc7a43365000f6f9702c21741077 (patch)
tree8eb5e73ac7144c4918d95c31a9b0b68746038b53 /test/apiv2/test-apiv2
parentaff64dda65514064ccbf7fcaf78293e111539eb6 (diff)
parent9b04e17893dbf91326c0f68ce7627d7bb07cf515 (diff)
downloadpodman-10873c6f494fbc7a43365000f6f9702c21741077.tar.gz
podman-10873c6f494fbc7a43365000f6f9702c21741077.tar.bz2
podman-10873c6f494fbc7a43365000f6f9702c21741077.zip
Merge pull request #11578 from jelly/handle_nil_pointer_deref
api: handle nil pointer dereference in api endpoints
Diffstat (limited to 'test/apiv2/test-apiv2')
-rwxr-xr-xtest/apiv2/test-apiv21
1 files changed, 1 insertions, 0 deletions
diff --git a/test/apiv2/test-apiv2 b/test/apiv2/test-apiv2
index e1bf28bae..c644b9578 100755
--- a/test/apiv2/test-apiv2
+++ b/test/apiv2/test-apiv2
@@ -327,6 +327,7 @@ function start_service() {
die "Cannot start service on non-localhost ($HOST)"
fi
+ echo $WORKDIR
$PODMAN_BIN --root $WORKDIR/server_root --syslog=true \
system service \
--time 15 \