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








                                       
package file

import (
	"testing"

	. "gopkg.in/check.v1"
)

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