diff options
Diffstat (limited to 'test/podman_wait.bats')
-rw-r--r-- | test/podman_wait.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/podman_wait.bats b/test/podman_wait.bats index 2ebf1d58d..3109ce91e 100644 --- a/test/podman_wait.bats +++ b/test/podman_wait.bats @@ -14,7 +14,7 @@ function teardown() { run ${PODMAN_BINARY} ${PODMAN_OPTIONS} wait 12343 echo $output echo $status - [ "$status" -eq 1 ] + [ "$status" -eq 125 ] } @test "wait on a stopped container" { |