diff options
Diffstat (limited to 'test/podman_stats.bats')
-rw-r--r-- | test/podman_stats.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/podman_stats.bats b/test/podman_stats.bats index 91ef62f6b..7bdd0ee63 100644 --- a/test/podman_stats.bats +++ b/test/podman_stats.bats @@ -19,7 +19,7 @@ function setup() { @test "stats with bogus container id" { run ${PODMAN_BINARY} ${PODMAN_OPTIONS} stats --no-stream 123 echo "$output" - [ "$status" -eq 1 ] + [ "$status" -eq 125 ] } @test "stats on a running container" { |