summaryrefslogtreecommitdiff
path: root/test/e2e/rm_test.go
diff options
context:
space:
mode:
authorYiqiao Pu <ypu@redhat.com>2018-03-16 11:35:40 +0800
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-16 13:35:10 +0000
commitd560ddd102ed34874f3097654948dc79e6160b47 (patch)
treea5a7b6505de7272e41cff82bfa6a058c55205d25 /test/e2e/rm_test.go
parent647fedc2a2bc84a3e199ae86d5a7c6608d3968cc (diff)
downloadpodman-d560ddd102ed34874f3097654948dc79e6160b47.tar.gz
podman-d560ddd102ed34874f3097654948dc79e6160b47.tar.bz2
podman-d560ddd102ed34874f3097654948dc79e6160b47.zip
Correct the test case name
Signed-off-by: Yiqiao Pu <ypu@redhat.com> Closes: #508 Approved by: baude
Diffstat (limited to 'test/e2e/rm_test.go')
-rw-r--r--test/e2e/rm_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/rm_test.go b/test/e2e/rm_test.go
index 910656ef0..f3bce7bd1 100644
--- a/test/e2e/rm_test.go
+++ b/test/e2e/rm_test.go
@@ -59,7 +59,7 @@ var _ = Describe("Podman rm", func() {
Expect(result.ExitCode()).To(Equal(0))
})
- It("podman rm created container", func() {
+ It("podman rm running container with -f", func() {
session := podmanTest.RunTopContainer("")
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))