Ver Fonte

[20.10] integration/daemon: fix missing import

commit 44152f6fb66da0ade1aa226f0b66ebbaa43d54b1 backported a change
that added `os.TempDir()` to a test, but that import was not yet
in this file in the 20.10 branch.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn há 2 anos atrás
pai
commit
763d117b4f
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      integration/daemon/daemon_test.go

+ 1 - 0
integration/daemon/daemon_test.go

@@ -2,6 +2,7 @@ package daemon // import "github.com/docker/docker/integration/daemon"
 
 
 import (
 import (
 	"context"
 	"context"
+	"os"
 	"runtime"
 	"runtime"
 	"testing"
 	"testing"