rospo: specify bin in test

master
Sean Molenaar 2023-02-08 10:38:23 +01:00 committed by BrewTestBot
parent 427b6acaa1
commit 95fc240a1f
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ class Rospo < Formula
end
test do
system "rospo", "-v"
system "rospo", "keygen", "-s"
system bin/"rospo", "-v"
system bin/"rospo", "keygen", "-s"
assert_predicate testpath/"identity", :exist?
assert_predicate testpath/"identity.pub", :exist?
end