dnscrypt-proxy: use dummy test

Since the real test keeps failing on CI due to unkown network problem.
This replaces the test with a dummy one.

Closes Homebrew/homebrew#36152.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Xu Cheng 2015-01-23 11:05:27 +08:00 committed by Mike McQuaid
parent 134cb5d6e4
commit 686c861bba

View file

@ -95,6 +95,6 @@ class DnscryptProxy < Formula
end
test do
system "#{bin}/hostip", "-r", "8.8.8.8", "www.google.com"
system "#{sbin}/dnscrypt-proxy", "--version"
end
end