aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mitmproxy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mitmproxy.rb b/Library/Formula/mitmproxy.rb
index 4a3c39f1f..fdfb71a40 100644
--- a/Library/Formula/mitmproxy.rb
+++ b/Library/Formula/mitmproxy.rb
@@ -127,6 +127,7 @@ class Mitmproxy < Formula
end
test do
+ ENV["LANG"] = "en_US.UTF-8"
system bin/"mitmproxy", "--version"
end
end