flatcc: call full path in testing

This commit is contained in:
Dominyk Tiller 2016-03-19 17:50:33 +00:00 committed by Xu Cheng
parent 59eb095ef4
commit 6de36787de

View file

@ -54,6 +54,6 @@ class Flatcc < Formula
EOS
system "flatcc", "-av", "--json", "test.fbs"
system bin/"flatcc", "-av", "--json", "test.fbs"
end
end