aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Larson2015-01-04 02:29:18 -0800
committerMike McQuaid2015-01-04 10:46:40 +0000
commitdb807c6b26ce66638f3022d6fb33bef5c8d70f0c (patch)
treeef3126f3d00fcf56cab470927ed7e2b0e671636c
parent16fd1b7bb21a433986989b50a931cedb8cd38b57 (diff)
downloadhomebrew-db807c6b26ce66638f3022d6fb33bef5c8d70f0c.tar.bz2
the_silver_searcher: revise test
Closes #35534. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/the_silver_searcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb
index 56b40585a..c8bb7c047 100644
--- a/Library/Formula/the_silver_searcher.rb
+++ b/Library/Formula/the_silver_searcher.rb
@@ -45,6 +45,6 @@ class TheSilverSearcher < Formula
test do
(testpath/"Hello.txt").write("Hello World!")
- system "#{bin}/ag", "Hello World!"
+ system "#{bin}/ag", "Hello World!", testpath
end
end