[20.10] integration/daemon: fix missing import

commit 44152f6fb6 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>
This commit is contained in:
Sebastiaan van Stijn 2023-07-14 23:53:24 +02:00
parent 53e302dc7d
commit 763d117b4f
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

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