mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
vendor: update common and buildah
vendor the following dependencies: - https://github.com/containers/common/pull/2375 - https://github.com/containers/buildah/pull/6074 Closes: https://github.com/containers/podman/issues/25634 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@@ -375,7 +375,7 @@ var _ = Describe("Podman run", func() {
|
||||
session := podmanTest.Podman([]string{"run", "-d", "--name=maskCtr", ALPINE, "sleep", "200"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session).Should(ExitCleanly())
|
||||
for _, mask := range config.DefaultMaskedPaths {
|
||||
for _, mask := range config.DefaultMaskedPaths() {
|
||||
if st, err := os.Stat(mask); err == nil {
|
||||
if st.IsDir() {
|
||||
session = podmanTest.Podman([]string{"exec", "maskCtr", "ls", mask})
|
||||
|
||||
Reference in New Issue
Block a user