Skip to content

Commit

Permalink
newick-utils: use full path in test
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed May 6, 2012
1 parent 428a0c5 commit ff8f25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/newick-utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def install
end

def test
system "echo '(B:1,C:2)A;' | nw_display -"
system "echo '(B:1,C:2)A;' | #{bin}/nw_display -"
end
end

Expand Down

0 comments on commit ff8f25c

Please sign in to comment.