Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
findutils: better test
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Oct 8, 2015
1 parent e107a27 commit ca992fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Library/Formula/findutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ def install
end

test do
system "#{bin}/gfind", "--version"
if build.with? "default-names"
system "#{bin}/find", "."
else
system "#{bin}/gfind", "."
end
end
end

0 comments on commit ca992fb

Please sign in to comment.