Fix TestEnv
Upstream-commit: 1a1c89556f3869baded68eb56ae20f8a7e90a708 Component: engine
This commit is contained in:
committed by
Michael Crosby
parent
8a3b7335fe
commit
8b4336e30f
@ -960,6 +960,7 @@ func TestEnv(t *testing.T) {
|
||||
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||
"HOME=/",
|
||||
"container=lxc",
|
||||
"HOSTNAME=" + container.ShortID(),
|
||||
}
|
||||
sort.Strings(goodEnv)
|
||||
if len(goodEnv) != len(actualEnv) {
|
||||
|
||||
Reference in New Issue
Block a user