Browse Source

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)
Peter Bourgon 11 years ago
parent
commit
b87daf6d69

+ 0 - 0
daemon/graphdriver/graphtest/graphtest.go → daemon/graphdriver/graphtest/graph_test.go


+ 2 - 0
pkg/mount/mountinfo_test_linux.go → pkg/mount/mountinfo_linux_test.go

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

+ 0 - 0
pkg/testutils/testutils.go → pkg/testutils/utils_test.go