rename t/smells-of-vcs/.svn to .exists and mkdir a .git instead
[p5sagit/strictures.git] / t / strictures.t
index 65b2893..47cfa20 100644 (file)
@@ -1,3 +1,5 @@
+mkdir('t/smells-of-vcs/.git') or die "Couldn't create fake .git: $!";
+
 use Test::More qw(no_plan);
 
 our (@us, @expect);