summaryrefslogtreecommitdiff
path: root/test/e2e/rm_test.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-04-22 11:50:52 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-04-22 11:53:00 -0400
commit1be8ded964a52a0bbdc753d47ad6141b3aa1a2e4 (patch)
tree93dc6a7d1aed40ea0680212174b73a7914e8f177 /test/e2e/rm_test.go
parent7f1d00108e441b012785fa9d6e75317bad7ce239 (diff)
downloadpodman-1be8ded964a52a0bbdc753d47ad6141b3aa1a2e4.tar.gz
podman-1be8ded964a52a0bbdc753d47ad6141b3aa1a2e4.tar.bz2
podman-1be8ded964a52a0bbdc753d47ad6141b3aa1a2e4.zip
Fix podman rm to have correct exit codes
If you attempt to remove a running container is it supposed to exit with 2 If you attempt to remove a non existing container is is supposed to exit with 1 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/rm_test.go')
-rw-r--r--test/e2e/rm_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/rm_test.go b/test/e2e/rm_test.go
index 83d20afa9..4eb568879 100644
--- a/test/e2e/rm_test.go
+++ b/test/e2e/rm_test.go
@@ -17,7 +17,6 @@ var _ = Describe("Podman rm", func() {
)
BeforeEach(func() {
- Skip(v2fail)
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)