Files
kopia/tests/tools/kopiarunner/setpdeath.go
2021-09-14 19:11:39 -07:00

11 lines
127 B
Go

//go:build !linux
// +build !linux
package kopiarunner
import "os/exec"
func setpdeath(c *exec.Cmd) *exec.Cmd {
return c
}