[memcached] plindner, r495: ignore config.h

commits at code.sixapart.com commits at code.sixapart.com
Tue Apr 10 14:58:42 UTC 2007


ignore config.h

U   branches/multithreaded/server/t/whitespace.t


Modified: branches/multithreaded/server/t/whitespace.t
===================================================================
--- branches/multithreaded/server/t/whitespace.t	2007-04-10 12:03:16 UTC (rev 494)
+++ branches/multithreaded/server/t/whitespace.t	2007-04-10 14:58:42 UTC (rev 495)
@@ -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