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 {
|
||||
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(`
|
||||
FROM busybox
|
||||
RUN cat /proc/self/cgroup
|
||||
|
|
Loading…
Reference in a new issue