podman/pkg/systemd/generate
Paul Holzinger bf083c185d Fix broken podman generate systemd --new with pods
The unit generation accidentally escaped the %t in the pod id file path.
This is a regression caused by #9178. This was not caught by the tests
because the test itself was wrong. It used a full path instead of the
systemd variable %t like the actual code does.

Fixes #9373

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2021-02-16 09:51:09 +01:00
..
common.go Fix podman generate systemd --new special char handling 2021-02-01 14:40:12 +01:00
common_test.go Enable whitespace linter 2021-02-11 23:01:56 +01:00
containers.go Fix broken podman generate systemd --new with pods 2021-02-16 09:51:09 +01:00
containers_test.go Fix broken podman generate systemd --new with pods 2021-02-16 09:51:09 +01:00
pods.go Fix broken podman generate systemd --new with pods 2021-02-16 09:51:09 +01:00
pods_test.go Make generate systemd --new robust against double curly braces 2021-01-20 15:07:37 +01:00