Removed unused variable breaking gorename

This commit is contained in:
Chris Bednarski 2015-07-13 18:04:50 -07:00
parent 28a13111b8
commit da20c36454
1 changed files with 0 additions and 2 deletions

View File

@ -122,10 +122,8 @@ func TestPush_noName(t *testing.T) {
func TestPush_cliName(t *testing.T) {
var actual []string
var actualOpts *uploadOpts
uploadFn := func(r io.Reader, opts *uploadOpts) (<-chan struct{}, <-chan error, error) {
actual = testArchive(t, r)
actualOpts = opts
doneCh := make(chan struct{})
close(doneCh)