gauge: use bin path in testing
This commit is contained in:
parent
87586abafb
commit
7bc280abea
1 changed files with 1 additions and 1 deletions
|
@ -77,6 +77,6 @@ class Gauge < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
system "gauge", "-v"
|
system bin/"gauge", "-v"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue