fwknop: remove duplicate HOME declaration.

This commit is contained in:
Mike McQuaid 2015-01-08 20:59:15 +00:00
parent 4dca89bda2
commit dce917e1c8

View file

@ -25,7 +25,6 @@ class Fwknop < Formula
end end
test do test do
ENV["HOME"] = testpath
touch testpath/".fwknoprc" touch testpath/".fwknoprc"
chmod 0600, testpath/".fwknoprc" chmod 0600, testpath/".fwknoprc"
system "#{bin}/fwknop", "--version" system "#{bin}/fwknop", "--version"