Changeset 494

Show
Ignore:
Timestamp:
04/10/07 12:03:16 (2 years ago)
Author:
plindner
Message:

ignore autogenerated config.h

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/t/whitespace.t

    r492 r494  
    66BEGIN { 
    77    chdir "$Bin/.." or die; 
    8     @files = (glob("*.h"), glob("*.c"), glob("*.ac")); 
     8    @files = grep {! /^config.h$/ } (glob("*.h"), glob("*.c"), glob("*.ac")); 
    99} 
    1010use Test::More tests => scalar(@files);