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:
@ -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/`
|
||||
|
Reference in New Issue
Block a user