Merge pull request #19765 from Microsoft/jjh/ibrokewindowsci

Darn it, I broke CI due to multiple declarations
Upstream-commit: d789618ea4d99d5c9d0183d0375cee22f4fcc9f2
Component: engine
This commit is contained in:
Arnaud Porterie
2016-01-26 21:05:34 -08:00
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"

View File

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

View File

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