1
0
mirror of https://github.com/moby/moby.git synced 2025-12-17 00:02:44 +03:00

Remove pkg/integration and move it to testutil or integration-cli

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2016-12-30 18:23:00 +01:00
parent 5374d53322
commit 33968e6c7d
123 changed files with 236 additions and 236 deletions

View File

@@ -9,7 +9,7 @@ import (
"strings"
"time"
"github.com/docker/docker/pkg/integration/checker"
"github.com/docker/docker/integration-cli/checker"
"github.com/go-check/check"
"github.com/kr/pty"
)