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

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 916b9db71d6de8db8731a6d881079a7a8e61eb64
Component: engine
This commit is contained in:
John Howard
2016-01-26 19:45:43 -08:00
parent 4c547f393d
commit 2f92225c3a
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"