mercurial: fix test.

This commit is contained in:
Mike McQuaid 2014-05-01 21:07:35 +01:00
parent 9c8bc61b2c
commit c6c0a5feb0

View file

@ -32,6 +32,6 @@ class Mercurial < Formula
end
test do
system "#{bin}/hg", "debuginstall"
system "#{bin}/hg", "init"
end
end