Changeset 494
- Timestamp:
- 04/10/07 12:03:16 (2 years ago)
- Files:
-
- trunk/server/t/whitespace.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/server/t/whitespace.t
r492 r494 6 6 BEGIN { 7 7 chdir "$Bin/.." or die; 8 @files = (glob("*.h"), glob("*.c"), glob("*.ac"));8 @files = grep {! /^config.h$/ } (glob("*.h"), glob("*.c"), glob("*.ac")); 9 9 } 10 10 use Test::More tests => scalar(@files);
