vala: fix test
Closes #37607. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
60ad40f072
commit
4a5c07fe15
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue