1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove commented code from libnetwork_test.go

Signed-off-by: Erich Cordoba <erich.cm@yandex.com>
This commit is contained in:
Erich Cordoba 2016-07-21 23:37:54 -05:00
parent 605ecdd099
commit df728f4e0c

View file

@ -52,8 +52,6 @@ func TestMain(m *testing.M) {
os.Exit(1)
}
//libnetwork.SetTestDataStore(controller, datastore.NewCustomDataStore(datastore.NewMockStore()))
x := m.Run()
controller.Stop()
os.Exit(x)