From b231e3412e7d37d9680229e3782e28161792c7f8 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 4 Jan 2018 08:53:46 -0500 Subject: Fix handling of exit codes Signed-off-by: Daniel J Walsh Closes: #183 Approved by: TomSweeneyRedHat --- test/podman_rmi.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/podman_rmi.bats') diff --git a/test/podman_rmi.bats b/test/podman_rmi.bats index dabf2f0e8..e800a0388 100644 --- a/test/podman_rmi.bats +++ b/test/podman_rmi.bats @@ -19,7 +19,7 @@ function pullImages() { @test "podman rmi bogus image" { run ${PODMAN_BINARY} $PODMAN_OPTIONS rmi debian:6.0.10 echo "$output" - [ "$status" -eq 1 ] + [ "$status" -eq 125 ] } @test "podman rmi image with fq name" { -- cgit v1.2.3-54-g00ecf