kettle: use new java_cache env

This commit is contained in:
Dominyk Tiller 2015-12-18 23:42:24 +00:00
parent 6521e73c35
commit a38b27a020

View file

@ -54,7 +54,8 @@ class Kettle < Formula
end
test do
ENV["_JAVA_OPTIONS"] = "-Duser.home=#{testpath}"
ENV.java_cache
system "#{bin}/pdipan", "-file=#{libexec}/samples/transformations/Encrypt\ Password.ktr", "-level=RowLevel"
end
end