Last-Update: 2018-07-21
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: fixes test

--- a/git_sizer_test.go
+++ b/git_sizer_test.go
@@ -19,9 +19,9 @@
 )
 
 // Smoke test that the program runs.
 func TestExec(t *testing.T) {
-	cmd := exec.Command("bin/git-sizer")
+	cmd := exec.Command("git-sizer")
 	output, err := cmd.CombinedOutput()
 	assert.NoErrorf(t, err, "command failed; output: %#v", string(output))
 }
 
