pbzip2: add test
This commit is contained in:
parent
15d9bb084f
commit
95d979e0c9
1 changed files with 4 additions and 0 deletions
|
@ -19,4 +19,8 @@ class Pbzip2 < Formula
|
|||
"PREFIX=#{prefix}",
|
||||
"install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/pbzip2", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue