build(linux): fix new lint errors (#2953)
This commit is contained in:
@@ -145,10 +145,10 @@ class @PROJECT_NAME@ < Formula
|
||||
|
||||
test do
|
||||
# test that the binary runs at all
|
||||
system "#{bin}/sunshine", "--version"
|
||||
system bin/"sunshine", "--version"
|
||||
|
||||
# run the test suite
|
||||
# cannot build tests with python tests because homebrew destroys the source directory
|
||||
system "#{bin}/test_sunshine", "--gtest_color=yes"
|
||||
system bin/"test_sunshine", "--gtest_color=yes"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user