From cc458cfa47b52d342d606e323bee8f8de42d2c58 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 9 Mar 2013 22:51:48 -0600 Subject: cpulimit: use full path in test --- Library/Formula/cpulimit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/cpulimit.rb b/Library/Formula/cpulimit.rb index 7bea6e92a..e8fa69add 100644 --- a/Library/Formula/cpulimit.rb +++ b/Library/Formula/cpulimit.rb @@ -13,6 +13,6 @@ class Cpulimit < Formula end test do - system 'cpulimit', '-l', '10', 'ls' + system *%W{#{bin}/cpulimit -l 10 ls} end end -- cgit v1.2.3