diff --git a/test/cli.go b/test/cli.go index 2eadfa8..122e3a6 100644 --- a/test/cli.go +++ b/test/cli.go @@ -29,5 +29,5 @@ func main() { fmt.Fprintf(os.Stderr, "%d FAILED tests\n", failed) os.Exit(1) } - fmt.Fprintf(os.Stdout, "SUCCESS: no cli tests failed") + fmt.Fprintf(os.Stdout, "SUCCESS: no cli tests failed\n") }