1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

Windows CI: Darn it, I broke due to multiple declarations

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2016-01-26 19:45:43 -08:00
parent 0ae94303b8
commit 916b9db71d
3 changed files with 0 additions and 6 deletions

View File

@ -24,8 +24,6 @@ import (
"github.com/go-check/check"
)
var sleepCmd = "/bin/sleep"
func init() {
if daemonPlatform == "windows" {
sleepCmd = "sleep"