1
0
mirror of https://github.com/moby/moby.git synced 2025-12-17 00:02:44 +03:00

integration-cli: remove ExecSupport check

All current versions of Docker support exec, so no need
to check for this.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2019-07-08 18:31:34 +02:00
parent 4abac69dc6
commit 7204341950
9 changed files with 5 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
// +build !windows,!test_no_exec
// +build !windows
package main