diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/system/255-auto-update.bats | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/255-auto-update.bats b/test/system/255-auto-update.bats index 3713243d5..cce8973fc 100644 --- a/test/system/255-auto-update.bats +++ b/test/system/255-auto-update.bats @@ -123,6 +123,8 @@ function _confirm_update() { _wait_service_ready container-$cname.service run_podman auto-update is "$output" "Trying to pull.*" "Image is updated." + is "$output" ".*Restarted the following systemd units: +container-$cname.service" "Systemd unit has been restarted" _confirm_update $cname $ori_image } |