From 61b6c7d3d6337d6da34f1048c78da308244a3c46 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 27 Dec 2014 16:00:29 +0000 Subject: elasticsearch: fix strict audit failures. --- Library/Formula/elasticsearch.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 3855190e0..4441e4d52 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -1,5 +1,3 @@ -require "formula" - class Elasticsearch < Formula homepage "http://www.elasticsearch.org" url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.2.tar.gz" @@ -119,4 +117,8 @@ class Elasticsearch < Formula EOS end + + test do + system "#{bin}/plugin", "--list" + end end -- cgit v1.2.3