aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-05-05 17:17:48 -0500
committerJack Nagel2012-05-05 17:17:48 -0500
commita96f24c86a057539a3196d32479b9a43be929f2e (patch)
tree5f406c86349d893047938c854c56a6c216f42fc0 /Library/Formula
parent54fb75265ae95043eac6af2ed2b6cf04f0499fd7 (diff)
downloadhomebrew-a96f24c86a057539a3196d32479b9a43be929f2e.tar.bz2
open-cobol: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/open-cobol.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/open-cobol.rb b/Library/Formula/open-cobol.rb
index fd2adccc8..1e86c4bdb 100644
--- a/Library/Formula/open-cobol.rb
+++ b/Library/Formula/open-cobol.rb
@@ -15,6 +15,6 @@ class OpenCobol < Formula
end
def test
- system "cobc"
+ system "#{bin}/cobc --help"
end
end