From 95fc240a1f874b6634de49b7d91f1e43e2290c53 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 8 Feb 2023 10:38:23 +0100 Subject: [PATCH] rospo: specify bin in test --- Formula/rospo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/rospo.rb b/Formula/rospo.rb index ae0804878e4..fed0e63574f 100644 --- a/Formula/rospo.rb +++ b/Formula/rospo.rb @@ -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