aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Larson2015-01-03 23:43:02 -0800
committerMike McQuaid2015-01-04 10:46:40 +0000
commit16fd1b7bb21a433986989b50a931cedb8cd38b57 (patch)
tree626d8281404283aad96bc86b7ed44b202962cfb0 /Library/Formula
parentecb0044d0473616c1a43fea3382f30bd1283a5e8 (diff)
downloadhomebrew-16fd1b7bb21a433986989b50a931cedb8cd38b57.tar.bz2
the_silver_searcher: add better test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/the_silver_searcher.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb
index 508e92ed3..56b40585a 100644
--- a/Library/Formula/the_silver_searcher.rb
+++ b/Library/Formula/the_silver_searcher.rb
@@ -44,6 +44,7 @@ class TheSilverSearcher < Formula
end
test do
- system "#{bin}/ag", "--version"
+ (testpath/"Hello.txt").write("Hello World!")
+ system "#{bin}/ag", "Hello World!"
end
end