*: normalize the use of normalize

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-08-22 15:25:31 -07:00
parent f291c959ef
commit ae8dbeaeed
13 changed files with 45 additions and 45 deletions

View File

@@ -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]",