mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
*: normalize the use of normalize
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
@@ -122,7 +122,7 @@ func (s *DockerSuite) TestCommitChange(c *check.C) {
|
||||
imageID = strings.TrimSpace(imageID)
|
||||
|
||||
prefix, slash := getPrefixAndSlashFromDaemonPlatform()
|
||||
prefix = strings.ToUpper(prefix) // Force C: as that's how WORKDIR is normalised on Windows
|
||||
prefix = strings.ToUpper(prefix) // Force C: as that's how WORKDIR is normalized on Windows
|
||||
expected := map[string]string{
|
||||
"Config.ExposedPorts": "map[8080/tcp:{}]",
|
||||
"Config.Env": "[DEBUG=true test=1 PATH=/foo]",
|
||||
|
||||
Reference in New Issue
Block a user