git-lfs/t/cmd/lfs-ssh-proxy-test.go
Taylor Blau 7b1420243e test: move to 'test' to 't'
By default, the prove(1) program looks for tests to run in the 't'
directory at the repository root, so let's put existing tests there in
order to remove a non-default argument from prove.
2018-07-09 16:07:32 -05:00

10 lines
103 B
Go

// +build testtools
package main
import "fmt"
func main() {
fmt.Println("SSH PROXY TEST called")
}