Merge pull request #26490 from Luap99/pasta-testfix

test/e2e: fix "with unsafe hostPath subpaths" test
This commit is contained in:
openshift-merge-bot[bot] 2025-06-23 15:06:37 +00:00 committed by GitHub
commit 72e8c82c37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5549,7 +5549,7 @@ spec:
})
It("with unsafe hostPath subpaths", func() {
hostPathLocation := podmanTest.TempDir
hostPathLocation := filepath.Join(podmanTest.TempDir, "vol")
Expect(os.MkdirAll(filepath.Join(hostPathLocation, "testing"), 0755)).To(Succeed())
Expect(os.Symlink("/", filepath.Join(hostPathLocation, "testing", "symlink"))).To(Succeed())