aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-05-06 00:53:45 -0500
committerJack Nagel2012-05-06 01:07:46 -0500
commitff8f25cb00a5dfe6f9fd3e03bb4990f7a770e328 (patch)
tree8719a9931786dcaea5d600c0ced4f1ad823e579c
parent428a0c57ba172940899bebf12d4c932b1dec12b7 (diff)
downloadhomebrew-ff8f25cb00a5dfe6f9fd3e03bb4990f7a770e328.tar.bz2
newick-utils: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/newick-utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/newick-utils.rb b/Library/Formula/newick-utils.rb
index 085f4c12b..c5c90da52 100644
--- a/Library/Formula/newick-utils.rb
+++ b/Library/Formula/newick-utils.rb
@@ -19,7 +19,7 @@ class NewickUtils < Formula
end
def test
- system "echo '(B:1,C:2)A;' | nw_display -"
+ system "echo '(B:1,C:2)A;' | #{bin}/nw_display -"
end
end