diff --git a/testutil/daemon/ops.go b/testutil/daemon/ops.go index 38f209c40f..9f1fd970ac 100644 --- a/testutil/daemon/ops.go +++ b/testutil/daemon/ops.go @@ -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