rust: remove rustpkg from test for --HEAD

Closes Homebrew/homebrew#26434.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Lukas 2014-02-05 19:15:14 +01:00 committed by Mike McQuaid
parent 155d700c55
commit c1a30e53dd
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ class Rust < Formula
def test
system "#{bin}/rustc"
system "#{bin}/rustdoc -h"
system "#{bin}/rustpkg -v"
system "#{bin}/rustpkg -v" unless build.head?
end
end