~sinzui/ubuntu/vivid/juju-core/vivid-1.24.6

« back to all changes in this revision

Viewing changes to src/golang.org/x/crypto/ssh/test/session_test.go

  • Committer: Curtis Hovey
  • Date: 2015-09-30 14:14:54 UTC
  • mfrom: (1.1.34)
  • Revision ID: curtis@hovey.name-20150930141454-o3ldf23dzyjio6c0
Backport of 1.24.6 from wily. (LP: #1500916)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
import (
12
12
        "bytes"
13
13
        "errors"
14
 
        "golang.org/x/crypto/ssh"
15
14
        "io"
16
15
        "strings"
17
16
        "testing"
 
17
 
 
18
        "golang.org/x/crypto/ssh"
18
19
)
19
20
 
20
21
func TestRunCommandSuccess(t *testing.T) {