aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2015-03-30 20:45:01 -0400
committerJack Nagel2015-03-30 20:45:21 -0400
commitb5c46d2084d946a0c3a564cc23abb54ae1b66638 (patch)
tree01e590f0178ba3a67fcbc1eac7199704e7d150a9 /Library/Formula
parentb44b34ac1d8d7ed7256bb5e483cc380a0c7a1a34 (diff)
downloadhomebrew-b5c46d2084d946a0c3a564cc23abb54ae1b66638.tar.bz2
lighttpd: remove extra test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lighttpd.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/lighttpd.rb b/Library/Formula/lighttpd.rb
index 06c6e0075..b8b413e75 100644
--- a/Library/Formula/lighttpd.rb
+++ b/Library/Formula/lighttpd.rb
@@ -139,8 +139,4 @@ class Lighttpd < Formula
</plist>
EOS
end
-
- test do
- system bin/"lighttpd", "-v"
- end
end