From bf7a15e5c4ae1657e5e40d53c745309584e71f9a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 18 Jul 2014 20:43:19 -0500 Subject: [PATCH] orientdb: remove test Closes Homebrew/homebrew#30942. --- Formula/orientdb.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Formula/orientdb.rb b/Formula/orientdb.rb index 2f62786167..2aa732ec2c 100644 --- a/Formula/orientdb.rb +++ b/Formula/orientdb.rb @@ -33,10 +33,4 @@ class Orientdb < Formula def caveats "Use `orientdb `, `orientdb-console` and `orientdb-gremlin`." end - - test do - system "#{bin}/orientdb", "start" - system "#{bin}/orientdb status | grep PID" - system "#{bin}/orientdb", "stop" - end end