1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +03:00

Windows: TestBuildWorkdirWindowsPath hard code fix

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2016-07-20 21:23:38 -07:00
parent 8c6c1aaf07
commit ceed93a874

View File

@ -6393,7 +6393,7 @@ func (s *DockerSuite) TestBuildWorkdirWindowsPath(c *check.C) {
name := "testbuildworkdirwindowspath"
_, err := buildImage(name, `
FROM windowsservercore
FROM `+WindowsBaseImage+`
RUN mkdir C:\\work
WORKDIR C:\\work
RUN if "%CD%" NEQ "C:\work" exit -1