mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #24884 from Microsoft/jjh/TestBuildWorkdirWindowsPath
Windows: TestBuildWorkdirWindowsPath hard code fix
This commit is contained in:
commit
bdf4d9c1cd
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