mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Merge pull request #28132 from johnstep/win2lin
TestRunDuplicateMount requires the same host Upstream-commit: 8937b3593624f7ffc7bf2e98552c74e6300eb0d2 Component: engine
This commit is contained in:
@@ -4569,7 +4569,7 @@ func (s *DockerSuite) TestRunServicingContainer(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestRunDuplicateMount(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
testRequires(c, SameHostDaemon, DaemonIsLinux)
|
||||
|
||||
tmpFile, err := ioutil.TempFile("", "touch-me")
|
||||
c.Assert(err, checker.IsNil)
|
||||
|
||||
Reference in New Issue
Block a user