From 4de264ffc80d9d4aff7bd313a293cf50d7900a8c Mon Sep 17 00:00:00 2001
From: Daniel Nelson <daniel.nelson@influxdb.com>
Date: Fri, 18 Aug 2017 11:08:48 -0700
Subject: [PATCH] Remove version test

---
 scripts/circle-test.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/circle-test.sh b/scripts/circle-test.sh
index 8391a308..b05fa742 100755
--- a/scripts/circle-test.sh
+++ b/scripts/circle-test.sh
@@ -61,8 +61,6 @@ exit_if_fail sleep 60
 exit_if_fail go test -race ./...
 
 # Simple Integration Tests
-#   check that version was properly set
-exit_if_fail "./telegraf -version | grep $VERSION"
 #   check that one test cpu & mem output work
 tmpdir=$(mktemp -d)
 ./telegraf -sample-config > $tmpdir/config.toml
-- 
GitLab