newick-utils: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
caa5dbe6ad
commit
76d8bb3cb7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class NewickUtils < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
def test
|
def test
|
||||||
system "echo '(B:1,C:2)A;' | nw_display -"
|
system "echo '(B:1,C:2)A;' | #{bin}/nw_display -"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue