summaryrefslogtreecommitdiff
path: root/integration/system
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2019-03-14 00:18:46 +0100
committerSebastiaan van Stijn <github@gone.nl>2019-03-14 00:18:46 +0100
commitf73dd5fdad10e9c2b4dae0769225a46c5fe4e730 (patch)
treec03d536f35bf42e705e71e1f801cc50a98c2c989 /integration/system
parent42ad354e7a028519c5cb387b07acc074e7cf6768 (diff)
downloaddocker-f73dd5fdad10e9c2b4dae0769225a46c5fe4e730.tar.gz
Revert "Adding builder version"
This reverts commit f821f002e51cc4ac082c53985cdfc5d04ca76c21. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'integration/system')
-rw-r--r--integration/system/info_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/integration/system/info_test.go b/integration/system/info_test.go
index 69ae500894..8130361988 100644
--- a/integration/system/info_test.go
+++ b/integration/system/info_test.go
@@ -35,8 +35,7 @@ func TestInfoAPI(t *testing.T) {
"KernelVersion",
"Driver",
"ServerVersion",
- "SecurityOptions",
- "Builder"}
+ "SecurityOptions"}
out := fmt.Sprintf("%+v", info)
for _, linePrefix := range stringsToCheck {