aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2015-01-08 20:59:27 +0000
committerMike McQuaid2015-01-09 11:35:03 +0000
commitbfe57c20143c241390fe811c93b8567561d12eb9 (patch)
treec69436de355fe73b9d12cbda415a70ad32abbec3 /Library/Formula
parent4eefe00bd2ab615b7ec6c00135f747b7eced24a8 (diff)
downloadhomebrew-bfe57c20143c241390fe811c93b8567561d12eb9.tar.bz2
john-jumbo: remove duplicate HOME declaration.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/john-jumbo.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/john-jumbo.rb b/Library/Formula/john-jumbo.rb
index 1f636f01d..940408110 100644
--- a/Library/Formula/john-jumbo.rb
+++ b/Library/Formula/john-jumbo.rb
@@ -59,7 +59,6 @@ class JohnJumbo < Formula
end
test do
- ENV["HOME"] = testpath
touch "john2.pot"
system "echo dave:`printf secret | openssl md5` > test"
output = shell_output("#{bin}/john --pot=#{testpath}/john2.pot --format=raw-md5 test")