aboutsummaryrefslogtreecommitdiff
path: root/pkg/systemd
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-09-14 14:13:33 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-09-14 14:13:33 +0200
commitdd53ee59988d49a892fde7a86e41ef636f9814aa (patch)
treec478258822800a20e00e8f8368513f496374c07b /pkg/systemd
parentae20f19351c03398d10ba94a31f21dcf3d86f31c (diff)
downloadpodman-dd53ee59988d49a892fde7a86e41ef636f9814aa.tar.gz
podman-dd53ee59988d49a892fde7a86e41ef636f9814aa.tar.bz2
podman-dd53ee59988d49a892fde7a86e41ef636f9814aa.zip
fix ci: update systemd generate unit test
Two PRs have been merged causing a failure in one unit test. Fix the unit test to turn CI green again. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'pkg/systemd')
-rw-r--r--pkg/systemd/generate/pods_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/systemd/generate/pods_test.go b/pkg/systemd/generate/pods_test.go
index 45a2b9eeb..000d73e9a 100644
--- a/pkg/systemd/generate/pods_test.go
+++ b/pkg/systemd/generate/pods_test.go
@@ -239,7 +239,7 @@ Documentation=man:podman-generate-systemd(1)
Wants=network-online.target
After=network-online.target
RequiresMountsFor=/var/run/containers/storage
-Requires=
+Wants=
Before=
[Service]