From 78df593c57bd5e8bc2ab649c60e63c3da70580e1 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Thu, 4 Sep 2014 10:03:49 -0700 Subject: [PATCH] Fix a shell typo. --- hack/test-go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-go.sh b/hack/test-go.sh index 303b80c8a1e..9be038abbab 100755 --- a/hack/test-go.sh +++ b/hack/test-go.sh @@ -46,7 +46,7 @@ find_test_pkgs() { # there is currently a race in the coverage code in tip. Remove this when it is fixed # see https://code.google.com/p/go/issues/detail?id=8630 for details. -if [[ ${TRAVIS_GO_VERSION} eq "tip" ]]; then +if [[ "${TRAVIS_GO_VERSION}" -eq "tip" ]]; then KUBE_COVER="" fi # -covermode=atomic becomes default with -race in Go >=1.3