client: Rip out HTTP check from docker version

For background to this change please see:
https://github.com/dotcloud/docker/issues/4802
https://github.com/dotcloud/docker/pull/5670

Docker-DCO-1.1-Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> (github: jmccrohan)
Upstream-commit: 3cec63d56f9de6332aa3f33502695283d4feb054
Component: engine
This commit is contained in:
Jonathan McCrohan
2014-05-18 02:00:53 +01:00
parent 32ad2ac698
commit 95b5064ed6
3 changed files with 0 additions and 25 deletions

View File

@ -26,7 +26,6 @@ func TestVersionEnsureSucceeds(t *testing.T) {
"Server API version:",
"Go version (server):",
"Git commit (server):",
"Last stable version:",
}
for _, linePrefix := range stringsToCheck {