diff --git a/pkg/compose/kill_test.go b/pkg/compose/kill_test.go index 8705c1b96..2ad0d2120 100644 --- a/pkg/compose/kill_test.go +++ b/pkg/compose/kill_test.go @@ -114,7 +114,7 @@ func testContainer(service string, id string, oneOff bool) moby.Container { } func containerLabels(service string, oneOff bool) map[string]string { - workingdir, _ := filepath.Abs("testdata") + workingdir := "/src/pkg/compose/testdata" composefile := filepath.Join(workingdir, "compose.yaml") labels := map[string]string{ compose.ServiceLabel: service,