Skip to content

Commit e02fa23

Browse files
Merge pull request #18854 from vrothberg/rm-comment
250-systemd.bats: remove outdated comment
2 parents 7286881 + faa2689 commit e02fa23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/system/250-systemd.bats

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,6 @@ $name stderr" "logs work with passthrough"
448448
is "$output" ".*$service_name,.* (test_pod-b),$IMAGE,false,registry.*" "container-specified auto-update policy gets applied"
449449

450450
# Kill the pod and make sure the service is not running.
451-
# The restart policy is set to "never" since there is no
452-
# design yet for propagating exit codes up to the service
453-
# container.
454451
run_podman pod kill test_pod
455452
for i in {0..20}; do
456453
run systemctl is-active $service_name

0 commit comments

Comments
 (0)