aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cpulimit.rb
diff options
context:
space:
mode:
authorJack Nagel2013-03-09 22:51:48 -0600
committerJack Nagel2013-03-09 22:51:51 -0600
commitcc458cfa47b52d342d606e323bee8f8de42d2c58 (patch)
tree54834f557ceee4bcf18e0de94847fd08794267ff /Library/Formula/cpulimit.rb
parent8e17b8ed5d6541fc1ebb608a6481a6ce26de56bb (diff)
downloadhomebrew-cc458cfa47b52d342d606e323bee8f8de42d2c58.tar.bz2
cpulimit: use full path in test
Diffstat (limited to 'Library/Formula/cpulimit.rb')
-rw-r--r--Library/Formula/cpulimit.rb2
1 files changed, 1 insertions, 1 deletions
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