Merge pull request #1264 from dotcloud/fix_tests_env
fix test env Upstream-commit: 9adba5e2e6dfd712b62982f411ae401776265430 Component: engine
This commit is contained in:
@@ -959,6 +959,7 @@ func TestEnv(t *testing.T) {
|
||||
goodEnv := []string{
|
||||
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||
"HOME=/",
|
||||
"container=lxc",
|
||||
}
|
||||
sort.Strings(goodEnv)
|
||||
if len(goodEnv) != len(actualEnv) {
|
||||
|
||||
Reference in New Issue
Block a user