diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-29 18:00:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 18:00:33 +0100 |
commit | 6d72e7611e07c09ae2f4f9be799acd56179d66f9 (patch) | |
tree | 0a637ed92d3ee437582ea9be5ea203b1e7c00803 /test/e2e/systemd_test.go | |
parent | 74850052067c7a9c76c961fa06205388e9684be3 (diff) | |
parent | 20e104351dd4f85e56d49cca70dd9aaee8b72ffc (diff) | |
download | podman-6d72e7611e07c09ae2f4f9be799acd56179d66f9.tar.gz podman-6d72e7611e07c09ae2f4f9be799acd56179d66f9.tar.bz2 podman-6d72e7611e07c09ae2f4f9be799acd56179d66f9.zip |
Merge pull request #8165 from edsantiago/move_from_dockerio
Move from docker.io
Diffstat (limited to 'test/e2e/systemd_test.go')
-rw-r--r-- | test/e2e/systemd_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/systemd_test.go b/test/e2e/systemd_test.go index 218c250cd..48294943b 100644 --- a/test/e2e/systemd_test.go +++ b/test/e2e/systemd_test.go @@ -59,7 +59,7 @@ WantedBy=multi-user.target Expect(stop.ExitCode()).To(Equal(0)) }() - create := podmanTest.Podman([]string{"create", "--name", "redis", "redis"}) + create := podmanTest.Podman([]string{"create", "--name", "redis", redis}) create.WaitWithDefaultTimeout() Expect(create.ExitCode()).To(Equal(0)) |