Windows: TestBuildWorkdirWindowsPath hard code fix
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
8c6c1aaf07
commit
ceed93a874
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue