mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixes after dnephin review
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
81f69a5931
commit
7dabed019a
17 changed files with 87 additions and 118 deletions
|
@ -50,6 +50,7 @@ type DockerExternalVolumeSuite struct {
|
|||
}
|
||||
|
||||
func (s *DockerExternalVolumeSuite) SetUpTest(c *check.C) {
|
||||
testRequires(c, SameHostDaemon)
|
||||
s.d = daemon.New(c, dockerBinary, dockerdBinary, daemon.Config{
|
||||
Experimental: testEnv.ExperimentalDaemon(),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue