git-lfs/t/cmd/git-credential-lfsnoop.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

7 lines
51 B
Go

// +build testtools
package main
func main() {
}