diff options
author | Yiqiao Pu <ypu@redhat.com> | 2018-03-16 11:35:40 +0800 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-16 13:35:10 +0000 |
commit | d560ddd102ed34874f3097654948dc79e6160b47 (patch) | |
tree | a5a7b6505de7272e41cff82bfa6a058c55205d25 /test | |
parent | 647fedc2a2bc84a3e199ae86d5a7c6608d3968cc (diff) | |
download | podman-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')
-rw-r--r-- | test/e2e/rm_test.go | 2 |
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)) |