jboss-forge: drop unnecessary ENV
This commit is contained in:
parent
11ebca2561
commit
d92ac474f5
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,8 @@ class JbossForge < Formula
|
||||||
sha256 "8299f6a826cac951d90bcfd7d852698a30935f9c7475e15f90c2a632847d1350"
|
sha256 "8299f6a826cac951d90bcfd7d852698a30935f9c7475e15f90c2a632847d1350"
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
depends_on :java=>"1.8+"
|
|
||||||
|
depends_on :java => "1.8+"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
rm_f Dir["bin/*.bat"]
|
rm_f Dir["bin/*.bat"]
|
||||||
|
@ -15,7 +16,6 @@ class JbossForge < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
ENV["FORGE_OPTS"] = "-Duser.home=#{testpath}"
|
|
||||||
assert_match "org.jboss.forge.addon:core", shell_output("#{bin}/forge --list")
|
assert_match "org.jboss.forge.addon:core", shell_output("#{bin}/forge --list")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue