From 7a049928a7c0bf84fa412d3a7606bc6b171d9454 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Wed, 12 Jun 2013 16:23:19 +0200 Subject: rust: fix test (cargo is no longer) --- Library/Formula/rust.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3