[cvs] bogofilter/src/tests t.bogodir,1.6,1.7

David Relson relson at osagesoftware.com
Wed Jun 29 13:43:08 CEST 2005


On Wed, 29 Jun 2005 10:10:24 +0000
Matthias Andree wrote:

> Update of /cvsroot/bogofilter/bogofilter/src/tests
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4656/src/tests
> 
> Modified Files:
> 	t.bogodir 
> Log Message:
> FAIL t.bogodir if a directory named "bogus" appeared
> 
> Index: t.bogodir
> ===================================================================
> RCS file: /cvsroot/bogofilter/bogofilter/src/tests/t.bogodir,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -d -r1.6 -r1.7
> --- t.bogodir	18 May 2005 16:57:33 -0000	1.6
> +++ t.bogodir	29 Jun 2005 10:10:22 -0000	1.7
> @@ -75,8 +75,9 @@
>  
>  # test whether command line supercedes bogus config file entry
>  cat <<EOF > ${TMPDIR}/bogodir.cf
> -bogofilter_dir=bogus
> +bogofilter_dir=${TMPDIR}/bogus
>  wordlist r,word,wordlist.${DB_EXT},1
>  EOF
>  
>  map_rc $BOGOFILTER $OPTS -c ${TMPDIR}/bogodir.cf -d ${TMPDIR}/command.d -v < /dev/null
> +test ! -d ${TMPDIR}/bogus

Gaagh!  What a time to uncover this longstanding (very minor) defect.
Did somebody report a problem to you or did you notice the "bogus"
directory laying around?

I had hoped to release 0.95.2 with the RFC2047/SIGSEGV and bogotune
fixes.  Now that t.bogodir fails, the release must be delayed.



More information about the bogofilter-dev mailing list