diff --git a/integration-cli/docker_cli_external_graphdriver_unix_test.go b/integration-cli/docker_cli_external_graphdriver_unix_test.go index 842dd21781..d4892f067e 100644 --- a/integration-cli/docker_cli_external_graphdriver_unix_test.go +++ b/integration-cli/docker_cli_external_graphdriver_unix_test.go @@ -97,7 +97,7 @@ func (s *DockerExternalGraphdriverSuite) SetUpSuite(c *check.C) { if err != nil { c.Fatalf("error initializing graph driver: %v", err) } - driver := graphdriver.NaiveDiffDriver(vfsProto) + driver := graphdriver.NewNaiveDiffDriver(vfsProto) mux.HandleFunc("/Plugin.Activate", func(w http.ResponseWriter, r *http.Request) { s.ec.activations++