aboutsummaryrefslogblamecommitdiffstats
path: root/plumbing/transport/ssh/common_test.go
blob: da99148c719df7ff54ee2911146542aeb391a4e7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                       
package ssh

import (
	"testing"

	. "gopkg.in/check.v1"
)

func Test(t *testing.T) { TestingT(t) }