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
1 changed files with 1 additions and 1 deletions

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