aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mercurial.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb
index 01d015c7b..bcf6290bc 100644
--- a/Library/Formula/mercurial.rb
+++ b/Library/Formula/mercurial.rb
@@ -32,6 +32,6 @@ class Mercurial < Formula
end
test do
- system "#{bin}/hg", "debuginstall"
+ system "#{bin}/hg", "init"
end
end