diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-16 07:48:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 07:48:03 -0700 |
commit | b88126a8f859cc75ecfdeddd9ba1cc39c537aa4b (patch) | |
tree | 49d5a3ea7de3c07101376fbb69e4e23dd2b6aebb /test/apiv2 | |
parent | d985723506a29766ed21585ba8541033db6bd572 (diff) | |
parent | 6787ef24bc9ab0fb0f29d24122ebe09bab0124bd (diff) | |
download | podman-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-x | test/apiv2/test-apiv2 | 2 |
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) |