We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42cee9d + 585f046 commit 4be34deCopy full SHA for 4be34de
pkg/machine/e2e/basic_test.go
@@ -100,16 +100,9 @@ var _ = Describe("run basic podman commands", func() {
100
})
101
102
It("Single character volume mount", func() {
103
- // Get a tmp directory
104
- tDir, err := filepath.Abs(GinkgoT().TempDir())
105
- Expect(err).ToNot(HaveOccurred())
106
name := randomString()
107
i := new(initMachine).withImage(mb.imagePath).withNow()
108
109
- // All other platforms have an implicit mount for the temp area
110
- if isVmtype(define.QemuVirt) {
111
- i.withVolume(tDir)
112
- }
113
session, err := mb.setName(name).setCmd(i).run()
114
Expect(err).ToNot(HaveOccurred())
115
Expect(session).To(Exit(0))
0 commit comments