mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
correct the absolute path of rm
executable
Signed-off-by: Yuan-Hao Chen <yhchen0906@gmail.com>
This commit is contained in:
@ -362,7 +362,7 @@ var _ = Describe("Podman generate systemd", func() {
|
||||
found, _ = session.GrepString("pod create --infra-conmon-pidfile %t/pod-foo.pid --pod-id-file %t/pod-foo.pod-id --name foo")
|
||||
Expect(found).To(BeTrue())
|
||||
|
||||
found, _ = session.GrepString("ExecStartPre=/usr/bin/rm -f %t/pod-foo.pid %t/pod-foo.pod-id")
|
||||
found, _ = session.GrepString("ExecStartPre=/bin/rm -f %t/pod-foo.pid %t/pod-foo.pod-id")
|
||||
Expect(found).To(BeTrue())
|
||||
|
||||
found, _ = session.GrepString("pod stop --ignore --pod-id-file %t/pod-foo.pod-id -t 10")
|
||||
|
Reference in New Issue
Block a user