xcodes: specify bin in test

master
Sean Molenaar 2023-02-08 10:40:12 +01:00 committed by BrewTestBot
parent 8eb568d113
commit c3f2357003
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ class Xcodes < Formula
end
test do
assert_match "1.0", shell_output("xcodes list")
assert_match "1.0", shell_output("#{bin}/xcodes list")
end
end