diff options
| author | David Larson | 2015-01-04 02:29:18 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-04 10:46:40 +0000 |
| commit | db807c6b26ce66638f3022d6fb33bef5c8d70f0c (patch) | |
| tree | ef3126f3d00fcf56cab470927ed7e2b0e671636c | |
| parent | 16fd1b7bb21a433986989b50a931cedb8cd38b57 (diff) | |
| download | homebrew-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.rb | 2 |
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 |
