diff options
| author | Adam Vandenberg | 2011-09-01 13:00:28 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-01 13:00:28 -0700 |
| commit | 0271b146952409e35ba2cf64c1206ba3693b4aa7 (patch) | |
| tree | f3a433f31c7bd36f5d758653dbaa86a07ccf7f7c /Library/Formula/stanford-parser.rb | |
| parent | c45f08304306559f8b2b1f04f22fa35ad62852f1 (diff) | |
| download | homebrew-0271b146952409e35ba2cf64c1206ba3693b4aa7.tar.bz2 | |
Be more explicit about paths in test methods
Diffstat (limited to 'Library/Formula/stanford-parser.rb')
| -rw-r--r-- | Library/Formula/stanford-parser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/stanford-parser.rb b/Library/Formula/stanford-parser.rb index cd3aaef72..e5f52f939 100644 --- a/Library/Formula/stanford-parser.rb +++ b/Library/Formula/stanford-parser.rb @@ -22,6 +22,6 @@ EOS end def test - system "lexparser.csh", "#{libexec}/testsent.txt" + system "#{bin}/lexparser.csh", "#{libexec}/testsent.txt" end end |
