Skip to content

Commit

Permalink
jboss-forge: drop unnecessary ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 authored and ilovezfs committed Sep 4, 2017
1 parent 11ebca2 commit d92ac47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/jboss-forge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class JbossForge < Formula
sha256 "8299f6a826cac951d90bcfd7d852698a30935f9c7475e15f90c2a632847d1350"

bottle :unneeded
depends_on :java=>"1.8+"

depends_on :java => "1.8+"

def install
rm_f Dir["bin/*.bat"]
Expand All @@ -15,7 +16,6 @@ def install
end

test do
ENV["FORGE_OPTS"] = "-Duser.home=#{testpath}"
assert_match "org.jboss.forge.addon:core", shell_output("#{bin}/forge --list")
end
end

0 comments on commit d92ac47

Please sign in to comment.