change request

Timothy VanFosson timv at ccad.uiowa.edu
Mon Jan 13 19:32:12 CET 2003


Is it possible to make the following change to tests/t.lock2?  It would 
remove the need for
me to install a non-vendor find command or make code changes to run the tests.

tv

renoir [300] % cvs diff -u t.lock2
Index: t.lock2
===================================================================
RCS file: /cvsroot/bogofilter/bogofilter/tests/t.lock2,v
retrieving revision 1.3
diff -u -r1.3 t.lock2
--- t.lock2     13 Jan 2003 02:19:36 -0000      1.3
+++ t.lock2     13 Jan 2003 18:30:11 -0000
@@ -2,7 +2,7 @@

  . ${srcdir:=.}/t.frame

-filelist=`find $srcdir -maxdepth 1 -type f -print`
+filelist=`find * \( -type d -prune \) -o \( -type f -print \)`

  grind() {
      a=0



--
Timothy VanFosson, Manager         E-mail: timv at ccad.uiowa.edu
Computing Services, Web Master    WWW: http://www.ccad.uiowa.edu/~timv/
Center for Computer-Aided Design   US Mail: The University of Iowa
Phone: (319) 335-6298                      208 ERF
FAX: (319) 384-0542                        Iowa City, Iowa 52242

What good is it for a man to gain the whole world, yet forfeit
his soul? Or what can a man give in exchange for his soul?






More information about the Bogofilter mailing list