mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
Fix Remote filtering embedded directory test
Fixes #14184 Docs: https://onsi.github.io/gomega/#making-asynchronous-assertions Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -555,7 +555,7 @@ subdir**`
|
||||
dd := exec.Command("dd", "if=/dev/random", "of="+randomFile, "bs=1G", "count=1")
|
||||
ddSession, err := Start(dd, GinkgoWriter, GinkgoWriter)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Eventually(ddSession).Should(Exit(0))
|
||||
Eventually(ddSession, "10s", "1s").Should(Exit(0))
|
||||
|
||||
// make cwd as context root path
|
||||
Expect(os.Chdir(contextDir)).ToNot(HaveOccurred())
|
||||
|
Reference in New Issue
Block a user