From f145e8e704bf7560182656ce98111b2cb74df4a4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 8 Jan 2015 20:59:36 +0000 Subject: sshrc: remove duplicate HOME declaration. Closes #35673. Signed-off-by: Mike McQuaid --- Library/Formula/sshrc.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/sshrc.rb b/Library/Formula/sshrc.rb index d345402f0..f53f8a1ce 100644 --- a/Library/Formula/sshrc.rb +++ b/Library/Formula/sshrc.rb @@ -10,7 +10,6 @@ class Sshrc < Formula end test do - ENV["HOME"] = testpath touch testpath/".sshrc" (testpath/"ssh").write <<-EOS.undent #!/bin/sh -- cgit v1.2.3