aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dnscrypt-proxy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/dnscrypt-proxy.rb')
-rw-r--r--Library/Formula/dnscrypt-proxy.rb2
1 files changed, 1 insertions, 1 deletions
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