kpcli: call full path to executable in test

This commit is contained in:
Dominyk Tiller 2016-05-03 18:17:39 +01:00
parent 1818c6b89b
commit 6d9e58ee5c

View file

@ -95,6 +95,6 @@ class Kpcli < Formula
end
test do
system "kpcli", "--help"
system bin/"kpcli", "--help"
end
end