зеркало из https://github.com/microsoft/docker.git
Коммит
49d35cc0ae
|
@ -30,7 +30,7 @@ import (
|
|||
|
||||
var (
|
||||
GITCOMMIT string
|
||||
VERSION string
|
||||
VERSION string
|
||||
)
|
||||
|
||||
func (cli *DockerCli) getMethod(name string) (reflect.Method, bool) {
|
||||
|
|
|
@ -152,7 +152,6 @@ func TestRunWorkdirExists(t *testing.T) {
|
|||
|
||||
}
|
||||
|
||||
|
||||
func TestRunExit(t *testing.T) {
|
||||
stdin, stdinPipe := io.Pipe()
|
||||
stdout, stdoutPipe := io.Pipe()
|
||||
|
|
|
@ -16,7 +16,7 @@ import (
|
|||
|
||||
var (
|
||||
GITCOMMIT string
|
||||
VERSION string
|
||||
VERSION string
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -27,10 +27,9 @@ func setupWorkingDirectory(workdir string) {
|
|||
if workdir == "" {
|
||||
return
|
||||
}
|
||||
syscall.Chdir(workdir)
|
||||
syscall.Chdir(workdir)
|
||||
}
|
||||
|
||||
|
||||
// Takes care of dropping privileges to the desired user
|
||||
func changeUser(u string) {
|
||||
if u == "" {
|
||||
|
|
Загрузка…
Ссылка в новой задаче