[memcached] plindner, r494: ignore autogenerated config.h

commits at code.sixapart.com commits at code.sixapart.com
Tue Apr 10 12:03:16 UTC 2007


ignore autogenerated config.h

U   trunk/server/t/whitespace.t


Modified: trunk/server/t/whitespace.t
===================================================================
--- trunk/server/t/whitespace.t	2007-04-10 11:54:23 UTC (rev 493)
+++ trunk/server/t/whitespace.t	2007-04-10 12:03:16 UTC (rev 494)
@@ -5,7 +5,7 @@
 
 BEGIN {
     chdir "$Bin/.." or die;
-    @files = (glob("*.h"), glob("*.c"), glob("*.ac"));
+    @files = grep {! /^config.h$/ } (glob("*.h"), glob("*.c"), glob("*.ac"));
 }
 use Test::More tests => scalar(@files);
 




More information about the memcached-commits mailing list