summaryrefslogtreecommitdiff
path: root/test/podman_wait.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/podman_wait.bats')
-rw-r--r--test/podman_wait.bats2
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" {