--------------------- PatchSet 7336 Date: 2008/03/04 01:13:46 Author: amosjeffries Branch: cleanup Tag: (none) Log: Skip .h testign of auto-generated cf_gen_defines.h Members: test-suite/testheaders.sh:1.1.2.6->1.1.2.7 Index: squid3/test-suite/testheaders.sh =================================================================== RCS file: /cvsroot/squid-sf//squid3/test-suite/Attic/testheaders.sh,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -r1.1.2.6 -r1.1.2.7 --- squid3/test-suite/testheaders.sh 3 Mar 2008 04:59:13 -0000 1.1.2.6 +++ squid3/test-suite/testheaders.sh 4 Mar 2008 01:13:46 -0000 1.1.2.7 @@ -18,6 +18,10 @@ for f in `cd ${dir} && ls -1 *.h 2>/dev/null`; do echo -n "Testing ${dir}/${f} ..." + if [ "${f}" == "cf_gen_defines.h" ]; then + echo " IGNORED!" + continue + fi if [ ${dir}/${f} -nt ./testHeaderDeps_${f/.h/}.o ]; then ( echo "/* This file is AUTOMATICALLY GENERATED. DO NOT ALTER IT */" echo "#include \"${dir}/${f}\" "