mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
Merge pull request #16866 from cpuguy83/fix_exp_graphdriver_error
Fix exp tests cast protodriver to naivediffdriver
This commit is contained in:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user