Merge pull request #19765 from Microsoft/jjh/ibrokewindowsci

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