aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/orientdb.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/orientdb.rb b/Library/Formula/orientdb.rb
index 2f6278616..2aa732ec2 100644
--- a/Library/Formula/orientdb.rb
+++ b/Library/Formula/orientdb.rb
@@ -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