diff options
Diffstat (limited to 'test/podman_stop.bats')
-rw-r--r-- | test/podman_stop.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/podman_stop.bats b/test/podman_stop.bats index b505d8827..498d71838 100644 --- a/test/podman_stop.bats +++ b/test/podman_stop.bats @@ -13,7 +13,7 @@ function setup() { @test "stop a bogus container" { run bash -c "${PODMAN_BINARY} ${PODMAN_OPTIONS} stop foobar" echo "$output" - [ "$status" -eq 1 ] + [ "$status" -eq 125 ] } @test "stop a running container by id" { |