package tasks import "os/exec" // execCommand is a seam for process execution in tests. var execCommand = exec.Command