aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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