[= autogen5 template sh=check.sh =]
[=
#
-# This file contanes the shell template to run tests on the fixes
+# This file contains the shell template to run tests on the fixes
#
=]#!/bin/sh
cd $TESTBASE
find * -type f -print | \
-fgrep -v 'CVS/' > ${TESTDIR}/LIST
+fgrep -v 'CVS/' | \
+fgrep -v '.svn/' > ${TESTDIR}/LIST
exitok=`
exec < ${TESTDIR}/LIST