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);
[memcached] plindner, r495: ignore config.h
Discussion Navigation
| view | thread | post |
Discussion Overview
| group | memcached-commits |
| categories | memcached |
| posted | Apr 10, '07 at 2:58p |
| active | Apr 10, '07 at 2:58p |
| posts | 1 |
| users | 1 |
| website | memcached.org |
