Only import "testing" from *_test.go

This prevents the testing package flags from leaking into the flagsets
of binaries that import docker. I left integration-cli alone.

Docker-DCO-1.1-Signed-off-by: Peter Bourgon <peter@bourgon.org> (github: peterbourgon)
This commit is contained in:
Peter Bourgon 2014-07-30 15:35:42 +02:00 committed by Michael Crosby
parent 286bd69270
commit 1543060953
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// +build linux
package mount
import (