digdag: remove deprecated ENV.java_cache

This commit is contained in:
ilovezfs 2017-09-03 22:58:58 -07:00
parent a4bc5f1e13
commit 2a3f99afc3

View file

@ -19,7 +19,6 @@ class Digdag < Formula
end end
test do test do
ENV.java_cache
assert_match version.to_s, shell_output("#{bin}/digdag --version") assert_match version.to_s, shell_output("#{bin}/digdag --version")
end end
end end