vala: fix test

Closes #37607.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Tom Schoonjans 2019-03-06 06:48:51 +00:00 committed by FX Coudert
parent 60ad40f072
commit 4a5c07fe15

View file

@ -24,6 +24,7 @@ class Vala < Formula
end
test do
ENV.prepend_path "PKG_CONFIG_PATH", Formula["libffi"].opt_lib/"pkgconfig"
test_string = "Hello Homebrew\n"
path = testpath/"hello.vala"
path.write <<~EOS