From ddad2c700ae03ff9adc1511971e4ddfa4554321f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 1 May 2014 21:07:35 +0100 Subject: mercurial: fix test. --- Library/Formula/mercurial.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3