Browse Source

Merge pull request #13745 from icecrime/test_import_path

Fix kr/pty import path in test-integration-cli
Alexander Morozov 10 years ago
parent
commit
cbe120db58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integration-cli/docker_cli_save_load_unix_test.go

+ 1 - 1
integration-cli/docker_cli_save_load_unix_test.go

@@ -8,8 +8,8 @@ import (
 	"os"
 	"os"
 	"os/exec"
 	"os/exec"
 
 
-	"github.com/docker/docker/vendor/src/github.com/kr/pty"
 	"github.com/go-check/check"
 	"github.com/go-check/check"
+	"github.com/kr/pty"
 )
 )
 
 
 // save a repo and try to load it using stdout
 // save a repo and try to load it using stdout