pkgdiff: use full path to executable in test
This commit is contained in:
parent
a277ddf9f0
commit
2677254ccb
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ class Pkgdiff < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "pkgdiff"
|
||||
system bin/"pkgdiff"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue