Skip to content

Commit 79fa08b

Browse files
committed
Remove tcsh test from functional tests (our envs dont work with it).
1 parent 1ba150f commit 79fa08b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/functional_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ func validateDockerEnv(ctx context.Context, t *testing.T, profile string) {
479479
}
480480
posixTests := []ShellTest{
481481
{"bash", []string{"/bin/bash", "-c"}, "eval $(%[1]s -p %[2]s docker-env) && "},
482-
{"tcsh", []string{"/bin/tcsh", "-c"}, "setenv SHELL /bin/tcsh && eval `%[1]s -p %[2]s docker-env` && "},
483482
}
484483

485484
tests := posixTests

0 commit comments

Comments
 (0)