1
0
mirror of https://github.com/moby/moby.git synced 2025-08-01 05:47:11 +03:00

Merge pull request #36018 from thaJeztah/remove-deprecated-testenv-functions

Remove deprecated integration-cli/environment functions
This commit is contained in:
Yong Tang
2018-01-15 13:24:52 -08:00
committed by GitHub
36 changed files with 159 additions and 188 deletions

View File

@ -30,7 +30,7 @@ func (s *DockerSuite) TestBuildAPIDockerFileRemote(c *check.C) {
testRequires(c, NotUserNamespace)
var testD string
if testEnv.DaemonPlatform() == "windows" {
if testEnv.OSType == "windows" {
testD = `FROM busybox
RUN find / -name ba*
RUN find /tmp/`