Skip to content

Commit 95fc240

Browse files
SMillerDevBrewTestBot
authored andcommitted
rospo: specify bin in test
1 parent 427b6ac commit 95fc240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/rospo.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def install
3131
end
3232

3333
test do
34-
system "rospo", "-v"
35-
system "rospo", "keygen", "-s"
34+
system bin/"rospo", "-v"
35+
system bin/"rospo", "keygen", "-s"
3636
assert_predicate testpath/"identity", :exist?
3737
assert_predicate testpath/"identity.pub", :exist?
3838
end

0 commit comments

Comments
 (0)