From e1ca8c9ef90b27f99b5d3a8dc6d2a247d4f4ae12 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Fri, 23 Jan 2015 11:05:27 +0800 Subject: 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 #36152. Signed-off-by: Mike McQuaid --- Library/Formula/dnscrypt-proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/dnscrypt-proxy.rb b/Library/Formula/dnscrypt-proxy.rb index 1280efd1e..a89da60d4 100644 --- a/Library/Formula/dnscrypt-proxy.rb +++ b/Library/Formula/dnscrypt-proxy.rb @@ -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 -- cgit v1.2.3