Fix gofmt
Mischevious comma is mischevious Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com> Upstream-commit: f039c699a40397b71f05838e9a9c67100ae474c6 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user