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:
@ -24,8 +24,6 @@ import (
|
||||
"github.com/go-check/check"
|
||||
)
|
||||
|
||||
var sleepCmd = "/bin/sleep"
|
||||
|
||||
func init() {
|
||||
if daemonPlatform == "windows" {
|
||||
sleepCmd = "sleep"
|
||||
|
Reference in New Issue
Block a user