mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
fix test env
Upstream-commit: 5c1af383eb14121174b43fa706f524d4eedd5cad 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