[Catalyst-commits] r13682 - trunk/Catalyst-Plugin-PageCache/t

timbunce at dev.catalyst.perl.org timbunce at dev.catalyst.perl.org
Mon Nov 1 23:31:36 GMT 2010


Author: timbunce
Date: 2010-11-01 23:31:36 +0000 (Mon, 01 Nov 2010)
New Revision: 13682

Modified:
   trunk/Catalyst-Plugin-PageCache/t/04critic.t
Log:
make developer test check more robust

Modified: trunk/Catalyst-Plugin-PageCache/t/04critic.t
===================================================================
--- trunk/Catalyst-Plugin-PageCache/t/04critic.t	2010-11-01 23:07:01 UTC (rev 13681)
+++ trunk/Catalyst-Plugin-PageCache/t/04critic.t	2010-11-01 23:31:36 UTC (rev 13682)
@@ -6,7 +6,7 @@
 use Test::More;
 
 plan skip_all => 'developer test'
-    if not -e "$FindBin::Bin/../MANIFEST.SKIP";
+    if not -d '.svn';
 
 plan skip_all => 'requires Test::Perl::Critic'
     if not eval { require Test::Perl::Critic };




More information about the Catalyst-commits mailing list