meson: specify bin in test

master
Sean Molenaar 2023-02-08 10:36:02 +01:00 committed by BrewTestBot
parent 6b46e6a0e0
commit 0288c19156
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Meson < Formula
system bin/"meson", "setup", "build"
assert_predicate testpath/"build/build.ninja", :exist?
system "meson", "compile", "-C", "build", "--verbose"
system bin/"meson", "compile", "-C", "build", "--verbose"
assert_equal "hi", shell_output("build/hello").chomp
end
end