diff options
Diffstat (limited to 'test/podman_rmi.bats')
-rw-r--r-- | test/podman_rmi.bats | 2 |
1 files changed, 1 insertions, 1 deletions
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" { |