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:
parent
134cb5d6e4
commit
686c861bba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue