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:
parent
f40dd69c97
commit
f039c699a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue