Fix CI failure due to conflicting merges

There were two pending PRs with package level
changes but no source level conflicts. This got
merged because git cannot detect this.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
This commit is contained in:
Jana Radhakrishnan
2015-09-07 19:35:39 -07:00
parent ba8b3c862d
commit ac8fb2cf9f
+1 -1
View File
@@ -69,7 +69,7 @@ func TestCreateFullOptions(t *testing.T) {
}
func TestCreateNoConfig(t *testing.T) {
defer osl.SetupTestOSContext(t)()
defer testutils.SetupTestOSContext(t)()
d := newDriver()
netconfig := &networkConfiguration{BridgeName: DefaultBridgeName}