diff --git a/app_test.go b/app_test.go index 32807bf..81d1174 100644 --- a/app_test.go +++ b/app_test.go @@ -1,7 +1,6 @@ package cli_test import ( - "." "fmt" "os" "testing" diff --git a/command_test.go b/command_test.go index e601fc1..c0f556a 100644 --- a/command_test.go +++ b/command_test.go @@ -1,9 +1,10 @@ package cli_test import ( - "." "flag" "testing" + + "github.com/codegangsta/cli" ) func TestCommandDoNotIgnoreFlags(t *testing.T) { diff --git a/context_test.go b/context_test.go index 70bf2ad..b2d2412 100644 --- a/context_test.go +++ b/context_test.go @@ -1,7 +1,6 @@ package cli_test import ( - "." "flag" "testing" "time"