(t *testing.T, forceV1Behavior bool, allowSendEnv bool, sendEnv map[string]string)
| 815 | } |
| 816 | |
| 817 | func testSession(t *testing.T, forceV1Behavior bool, allowSendEnv bool, sendEnv map[string]string) *session { |
| 818 | cl := testClient(t, forceV1Behavior, allowSendEnv) |
| 819 | return testSessionFor(t, cl, sendEnv) |
| 820 | } |
| 821 | |
| 822 | func testSessionFor(t *testing.T, cl *ssh.Client, sendEnv map[string]string) *session { |
| 823 | s, err := cl.NewSession() |
no test coverage detected
searching dependent graphs…