pinfo: fully scope test system call

This commit is contained in:
Oliver Newman 2016-11-18 11:00:48 -05:00 committed by William Woodruff
parent 77f22476ce
commit ae69f4fe5a
No known key found for this signature in database
GPG key ID: 85AE00C504833B3C

View file

@ -28,6 +28,6 @@ class Pinfo < Formula
end
test do
system "pinfo", "-h"
system "#{bin}/pinfo", "-h"
end
end