I've attached trivial, 1-line patch to fixincludes_check.tpl; it
allows 'make check' to succeed on OS X, by ignoring the files that
Finder creates to keep track of the status of directories.

-Eric Gallager
 fixincludes/check.tpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fixincludes/check.tpl b/fixincludes/check.tpl
index 0d1f444..300aeac 100644
--- a/fixincludes/check.tpl
+++ b/fixincludes/check.tpl
@@ -143,6 +143,7 @@ cd $TESTBASE
 
 find * -type f -print | \
 fgrep -v 'CVS/' | \
+fgrep -v '.DS_Store' | \
 fgrep -v '.svn/' > ${TESTDIR}/LIST
 
 exitok=`

Reply via email to