fix logic because jess is the worst

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle
2015-10-09 22:21:24 -04:00
committed by Phil Estes
parent a85e6a4d4a
commit 930b27a86b
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -152,9 +152,9 @@ var (
func() bool {
root := os.Getenv("DOCKER_REMAP_ROOT")
if root != "" {
return true
return false
}
return false
return true
},
"Test cannot be run when remapping root",
}