mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
generate systemd
Implement `podman generate systemd` for Podman v2 and enable associated tests. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -18,7 +18,6 @@ var _ = Describe("Podman generate systemd", func() {
|
||||
)
|
||||
|
||||
BeforeEach(func() {
|
||||
Skip(v2fail)
|
||||
tempdir, err = CreateTempDirInTempDir()
|
||||
if err != nil {
|
||||
os.Exit(1)
|
||||
|
Reference in New Issue
Block a user