pkgdiff: use full path to executable in test

This commit is contained in:
Dominyk Tiller 2016-07-03 17:41:33 +01:00
parent a277ddf9f0
commit 2677254ccb
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -22,6 +22,6 @@ class Pkgdiff < Formula
end
test do
system "pkgdiff"
system bin/"pkgdiff"
end
end