Remove version test

(cherry picked from commit 4de264ffc8)
This commit is contained in:
Daniel Nelson 2017-08-18 11:08:48 -07:00
parent c277dc27a6
commit 2610eba0e3
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ exit_if_fail sleep 60
exit_if_fail go test -race ./... exit_if_fail go test -race ./...
# Simple Integration Tests # Simple Integration Tests
# check that version was properly set
exit_if_fail "./telegraf -version | grep $VERSION"
# check that one test cpu & mem output work # check that one test cpu & mem output work
tmpdir=$(mktemp -d) tmpdir=$(mktemp -d)
./telegraf -sample-config > $tmpdir/config.toml ./telegraf -sample-config > $tmpdir/config.toml