Remove tcsh test from functional tests (our envs dont work with it).
parent
1ba150fd63
commit
79fa08b26f
|
@ -479,7 +479,6 @@ func validateDockerEnv(ctx context.Context, t *testing.T, profile string) {
|
||||||
}
|
}
|
||||||
posixTests := []ShellTest{
|
posixTests := []ShellTest{
|
||||||
{"bash", []string{"/bin/bash", "-c"}, "eval $(%[1]s -p %[2]s docker-env) && "},
|
{"bash", []string{"/bin/bash", "-c"}, "eval $(%[1]s -p %[2]s docker-env) && "},
|
||||||
{"tcsh", []string{"/bin/tcsh", "-c"}, "setenv SHELL /bin/tcsh && eval `%[1]s -p %[2]s docker-env` && "},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tests := posixTests
|
tests := posixTests
|
||||||
|
|
Loading…
Reference in New Issue