1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

Update tests to use gotest.tools 👼

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2018-06-11 15:32:11 +02:00
parent c147e9e1a4
commit 3845728524
262 changed files with 517 additions and 518 deletions

View File

@ -20,7 +20,7 @@ import (
"github.com/docker/docker/integration-cli/cli"
"github.com/docker/docker/integration-cli/cli/build"
"github.com/go-check/check"
"github.com/gotestyourself/gotestyourself/icmd"
"gotest.tools/icmd"
)
func (s *DockerSuite) TestExec(c *check.C) {