aboutsummaryrefslogtreecommitdiff
path: root/test/apiv2
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-16 07:48:03 -0700
committerGitHub <noreply@github.com>2020-04-16 07:48:03 -0700
commitb88126a8f859cc75ecfdeddd9ba1cc39c537aa4b (patch)
tree49d5a3ea7de3c07101376fbb69e4e23dd2b6aebb /test/apiv2
parentd985723506a29766ed21585ba8541033db6bd572 (diff)
parent6787ef24bc9ab0fb0f29d24122ebe09bab0124bd (diff)
downloadpodman-b88126a8f859cc75ecfdeddd9ba1cc39c537aa4b.tar.gz
podman-b88126a8f859cc75ecfdeddd9ba1cc39c537aa4b.tar.bz2
podman-b88126a8f859cc75ecfdeddd9ba1cc39c537aa4b.zip
Merge pull request #5824 from cevich/fix_dest_branch
Cirrus: Necessary changes for v1.9 branch automation
Diffstat (limited to 'test/apiv2')
-rwxr-xr-xtest/apiv2/test-apiv22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/test-apiv2 b/test/apiv2/test-apiv2
index b101be012..1af76b4be 100755
--- a/test/apiv2/test-apiv2
+++ b/test/apiv2/test-apiv2
@@ -355,7 +355,7 @@ done
if [ -n "$service_pid" ]; then
kill $service_pid
- wait -f $service_pid
+ wait $service_pid
fi
test_count=$(<$testcounter_file)