Darn it, I broke CI due to multiple declarations
@@ -24,8 +24,6 @@ import (
"github.com/go-check/check"
)
-var sleepCmd = "/bin/sleep"
-
func init() {
if daemonPlatform == "windows" {
sleepCmd = "sleep"
@@ -16,8 +16,6 @@ import (
@@ -11,8 +11,6 @@ import (