mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
Merge pull request #24018 from ygalblum/allow-symlinks
Quadlet - add full support for Symlinks
This commit is contained in:
@@ -713,7 +713,7 @@ var _ = Describe("quadlet system generator", func() {
|
||||
Expect(session).Should(Exit(0))
|
||||
|
||||
current := session.ErrorToStringArray()
|
||||
expected := "No files parsed from [/something]"
|
||||
expected := "No files parsed from map[/something:{}]"
|
||||
|
||||
found := false
|
||||
for _, line := range current {
|
||||
|
||||
Reference in New Issue
Block a user