odo: fully scope test system call

This commit is contained in:
Gautham Goli 2017-01-04 11:10:01 +05:30 committed by Tomasz Pajor
parent c00522aa66
commit 39aed0ac73

View file

@ -22,6 +22,6 @@ class Odo < Formula
end
test do
system "odo", "testlog"
system "#{bin}/odo", "testlog"
end
end