Bumping k8s dependencies to 1.13
This commit is contained in:
6
vendor/golang.org/x/crypto/ssh/mux_test.go
generated
vendored
6
vendor/golang.org/x/crypto/ssh/mux_test.go
generated
vendored
@@ -20,7 +20,7 @@ func muxPair() (*mux, *mux) {
|
||||
return s, c
|
||||
}
|
||||
|
||||
// Returns both ends of a channel, and the mux for the the 2nd
|
||||
// Returns both ends of a channel, and the mux for the 2nd
|
||||
// channel.
|
||||
func channelPair(t *testing.T) (*channel, *channel, *mux) {
|
||||
c, s := muxPair()
|
||||
@@ -108,10 +108,6 @@ func TestMuxReadWrite(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatalf("Write: %v", err)
|
||||
}
|
||||
err = s.Close()
|
||||
if err != nil {
|
||||
t.Fatalf("Close: %v", err)
|
||||
}
|
||||
}()
|
||||
|
||||
var buf [1024]byte
|
||||
|
Reference in New Issue
Block a user