mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #40012 from thaJeztah/fix_withexperimental
testutil: fix WithExperimental also setting "init"
This commit is contained in:
commit
517b9957b6
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ func WithTestLogger(t testing.TB) func(*Daemon) {
|
|||
// WithExperimental sets the daemon in experimental mode
|
||||
func WithExperimental(d *Daemon) {
|
||||
d.experimental = true
|
||||
d.init = true
|
||||
}
|
||||
|
||||
// WithInit sets the daemon init
|
||||
|
|
Loading…
Add table
Reference in a new issue