orientdb: remove test

Closes Homebrew/homebrew#30942.
This commit is contained in:
Jack Nagel 2014-07-18 20:43:19 -05:00
parent 751d552ce4
commit bf7a15e5c4

View file

@ -33,10 +33,4 @@ class Orientdb < Formula
def caveats
"Use `orientdb <start | stop | status>`, `orientdb-console` and `orientdb-gremlin`."
end
test do
system "#{bin}/orientdb", "start"
system "#{bin}/orientdb status | grep PID"
system "#{bin}/orientdb", "stop"
end
end