aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob W. Hogg2016-09-22 17:12:13 -0400
committerBob W. Hogg2016-09-22 17:12:13 -0400
commit709a20e2a0bfc8339768cd664c4ed503507908cb (patch)
treeb293573f7b573ef074bf9325b67a37fd698813bf
parent889c400be4ba7803b7dcf402b00279a21ae80c97 (diff)
downloadbrew-709a20e2a0bfc8339768cd664c4ed503507908cb.tar.bz2
test: most formulae have tests now
-rw-r--r--Library/Homebrew/dev-cmd/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/test.rb b/Library/Homebrew/dev-cmd/test.rb
index a80fa5e4f..c20edf804 100644
--- a/Library/Homebrew/dev-cmd/test.rb
+++ b/Library/Homebrew/dev-cmd/test.rb
@@ -1,5 +1,5 @@
#: * `test` [`--devel`|`--HEAD`] [`--debug`] [`--keep-tmp`] <formula>:
-#: A few formulae provide a test method. `brew test` <formula> runs this
+#: Most formulae provide a test method. `brew test` <formula> runs this
#: test method. There is no standard output or return code, but it should
#: generally indicate to the user if something is wrong with the installed
#: formula.