mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove stray printf
This came in with the Windows CI work and I assume was meant for local debug, but adds a bare printf line to the test output. Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
This commit is contained in:
parent
38e774d32c
commit
77590d4dae
1 changed files with 0 additions and 1 deletions
|
@ -378,7 +378,6 @@ func (s *DockerSuite) TestExecDir(c *check.C) {
|
|||
id := strings.TrimSpace(out)
|
||||
|
||||
execDir := filepath.Join(execDriverPath, id)
|
||||
fmt.Println(execDriverPath)
|
||||
stateFile := filepath.Join(execDir, "state.json")
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue