1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix gofmt

Mischevious comma is mischevious

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2015-03-31 18:27:53 -07:00
parent f40dd69c97
commit f039c699a4

View file

@ -5266,7 +5266,7 @@ func TestBuildContainerWithCgroupParent(t *testing.T) {
if !found { if !found {
t.Fatalf("unable to find self cpu cgroup path. CgroupsPath: %v", selfCgroupPaths) t.Fatalf("unable to find self cpu cgroup path. CgroupsPath: %v", selfCgroupPaths)
} }
cmd := exec.Command(dockerBinary, "build", "--cgroup-parent", cgroupParent , "-") cmd := exec.Command(dockerBinary, "build", "--cgroup-parent", cgroupParent, "-")
cmd.Stdin = strings.NewReader(` cmd.Stdin = strings.NewReader(`
FROM busybox FROM busybox
RUN cat /proc/self/cgroup RUN cat /proc/self/cgroup