aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSamuel John2013-06-12 16:23:19 +0200
committerSamuel John2013-06-12 16:23:46 +0200
commit7a049928a7c0bf84fa412d3a7606bc6b171d9454 (patch)
treed4bfa5ea1b0c2b1dd2e8f93ce901b5b368227461 /Library/Formula
parent453a5811505f331cde7f53ad48d10f31424751f3 (diff)
downloadhomebrew-7a049928a7c0bf84fa412d3a7606bc6b171d9454.tar.bz2
rust: fix test (cargo is no longer)
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rust.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb
index 2b9ccff81..11c383828 100644
--- a/Library/Formula/rust.rb
+++ b/Library/Formula/rust.rb
@@ -23,6 +23,6 @@ class Rust < Formula
def test
system "#{bin}/rustc"
system "#{bin}/rustdoc"
- system "#{bin}/cargo"
+ system "#{bin}/rustpkg"
end
end