moby--moby/pkg/ioutils
Sebastiaan van Stijn ba0afd70e8 fix some ineffectual assignments
to make goreportcard a bit happier
https://goreportcard.com/report/github.com/docker/docker

also found that `TestCpToErrDstParentNotExists()` was
partially broken, because a `runDockerCp()` was inadvertently
removed in f26a31e80c

`TestDaemonRestartSaveContainerExitCode()` didn't verify
the actual _Error_ message, so added that to the test,
and updated the test to take into account that the
"experimental" CI enables `--init` on containers.

`TestVolumeCLICreateOptionConflict()` only checked
for an error to occur, but didn't validate if the
error was due to conflicting options.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-24 11:16:19 +01:00
..
buffer.go
buffer_test.go fix some ineffectual assignments 2017-01-24 11:16:19 +01:00
bytespipe.go
bytespipe_test.go
fmt.go
fmt_test.go
fswriters.go
fswriters_test.go
multireader.go s/bCap/bLen/ 2016-11-17 21:05:09 +00:00
multireader_test.go Fix use of cap in MultiReadSeeker 2016-11-17 18:36:35 +00:00
readers.go
readers_test.go
temp_unix.go
temp_windows.go
writeflusher.go
writers.go
writers_test.go