summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_exec_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration-cli/docker_cli_exec_unix_test.go')
-rw-r--r--integration-cli/docker_cli_exec_unix_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-cli/docker_cli_exec_unix_test.go b/integration-cli/docker_cli_exec_unix_test.go
index 21abcbad8c..f2f89f2be0 100644
--- a/integration-cli/docker_cli_exec_unix_test.go
+++ b/integration-cli/docker_cli_exec_unix_test.go
@@ -9,8 +9,8 @@ import (
"strings"
"time"
+ "github.com/creack/pty"
"github.com/go-check/check"
- "github.com/kr/pty"
"gotest.tools/assert"
)