Changeset 495

Show
Ignore:
Timestamp:
04/10/07 14:58:42 (2 years ago)
Author:
plindner
Message:

ignore config.h

Files:

Legend:

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

    r493 r495  
    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);