Fix check for maintainer-ness
Dave Rolsky [Thu, 11 Feb 2010 15:28:48 +0000 (09:28 -0600)]
xt/kwalitee.t

index 8189ff1..0c2468b 100644 (file)
@@ -5,7 +5,7 @@ use Test::More;
 
 
 plan skip_all => 'This test is only run for the module author'
-    unless -d '.hg' || $ENV{IS_MAINTAINER};
+    unless -d '.git' || $ENV{IS_MAINTAINER};
 
 eval { require Test::Kwalitee; Test::Kwalitee->import() };
 plan skip_all => "Test::Kwalitee needed for testing kwalitee"