From dbde3303cf0ee27c8c2ec99089b19f257d1056bf Mon Sep 17 00:00:00 2001 From: Martin Falatic Date: Wed, 24 Jun 2015 23:11:59 -0700 Subject: [PATCH] Test updated --- help_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/help_test.go b/help_test.go index bff931f..c85f957 100644 --- a/help_test.go +++ b/help_test.go @@ -26,6 +26,8 @@ func Test_ShowAppHelp_NoVersion(t *testing.T) { app := cli.NewApp() app.Writer = output + app.Version = "" + c := cli.NewContext(app, nil, nil) cli.ShowAppHelp(c)